#D669C8 Orchid
rgb(214, 105, 200)
Color conversions
- HEX
- #D669C8
- RGB
- rgb(214, 105, 200)
- RGBA
- rgba(214, 105, 200, 1)
- HSL
- hsl(308, 57%, 63%)
- HSV / HSB
- hsv(308, 51%, 84%)
- CMYK
- cmyk(0%, 51%, 7%, 16%)
Wide-gamut spaces
- XYZ
- xyz(43.208, 28.572, 57.872)
- LAB
- lab(60.4 55.14 -30.28)
- LCH
- lch(60.4 62.9 331.23)
- OKLAB
- oklab(68.13% 0.1576 -0.0824)
- OKLCH
- oklch(68.13% 0.1779 332.4)
- Nearest name
- Orchid
Shades, tints and tones
Color harmonies
The hue directly opposite on the color wheel. Maximum contrast, ideal for a single accent against a dominant brand color.
Neighbouring hues that share a temperature. The safest harmony for calm, cohesive interfaces.
Three hues evenly spaced 120 degrees apart. Vibrant and balanced — use one as dominant and the other two sparingly.
The complement split into two adjacent hues. Nearly the contrast of complementary with noticeably less tension.
Four hues at 90-degree intervals. A rich set for illustration, data visualisation, and category coding.
Two complementary pairs offset by 60 degrees. Gives two warm and two cool options in one system.
Similar colors
Opacity variations
#d669c81a
#d669c833
#d669c84d
#d669c866
#d669c880
#d669c899
#d669c8b3
#d669c8cc
#d669c8e6
#d669c8ff
Accessibility and contrast
On white
3.13:1
Body text AA Large · Large text AA
On black
6.71:1
Body text AA · Large text AA
White-on-color contrast is 3.13:1.
Color blindness preview
Protanopia
No red cones — ~1% of men
Protanomaly
Reduced red sensitivity — ~1% of men
Deuteranopia
No green cones — ~1% of men
Deuteranomaly
Reduced green sensitivity — ~5% of men
Tritanopia
No blue cones — very rare
Tritanomaly
Reduced blue sensitivity — very rare
Achromatopsia
No color perception — ~1 in 30,000
Achromatomaly
Partial color perception — rare
Meaning, psychology and brand usage
Confident, contemporary, impossible to ignore
Magenta has no single wavelength — the brain constructs it — and that unusual quality is part of why it feels synthetic and current. It signals boldness and non-conformity without red's aggression.
Modernity, playfulness, and inclusivity in contemporary Western design; historically associated with fashion and print.
Named after the 1859 Battle of Magenta, the dye arrived alongside mauveine in the first wave of synthetic colours. It is one of the four process inks in CMYK printing.
Works as a high-impact accent or a brave primary in fashion, telecom, and culture. Needs generous white space; at scale it fatigues the eye quickly.
Common industries: Fashion, Telecom, Music, Culture, Beauty. Pairs well with deep indigo for depth, cream for softness, charcoal for editorial contrast.
Code exports
CSS
:root {
--color-orchid: #d669c8;
--color-orchid-rgb: 214 105 200;
--color-orchid-hsl: 308 57% 63%;
--color-orchid-oklch: 68.13% 0.1779 332.4;
}
.element {
color: #d669c8;
background-color: hsl(308, 57%, 63%);
border: 1px solid rgb(214 105 200 / 40%);
}SCSS
$orchid: #d669c8;
$orchid-light: #ebb4e4;
$orchid-dark: #6b3564;
.element {
color: $orchid;
background: rgba($orchid, 0.12);
&:hover {
color: darken($orchid, 8%);
}
}LESS
@orchid: #d669c8;
@orchid-light: lighten(@orchid, 12%);
@orchid-dark: darken(@orchid, 12%);
.element {
color: @orchid;
background: fade(@orchid, 12%);
}Tailwind CSS
/* Tailwind v4 — src/styles.css */
@theme {
--color-orchid-50: #f7e1f4;
--color-orchid-100: #f3d2ef;
--color-orchid-200: #efc3e9;
--color-orchid-300: #e6a5de;
--color-orchid-400: #de87d3;
--color-orchid-500: #d669c8;
--color-orchid-600: #c15fb4;
--color-orchid-700: #964a8c;
--color-orchid-800: #6b3564;
--color-orchid-900: #40203c;
}
/* Usage */
<div class="bg-orchid-500 text-orchid-50 ring-orchid-600" />
/* Arbitrary value, no config needed */
<div class="bg-[#d669c8]" />Bootstrap
// Bootstrap 5 — _variables.scss (before importing bootstrap)
$orchid: #d669c8;
$primary: $orchid;
$theme-colors: map-merge($theme-colors, (
"orchid": $orchid
));
// Generates .text-orchid, .bg-orchid, .btn-orchid
@import "bootstrap/scss/bootstrap";Flutter
import 'package:flutter/material.dart';
const Color orchid = Color(0xFFD669C8);
// As a MaterialColor swatch
const MaterialColor orchidSwatch = MaterialColor(0xFFD669C8, <int, Color>{
50: Color(0xFFF7E1F4),
100: Color(0xFFF3D2EF),
200: Color(0xFFEFC3E9),
300: Color(0xFFE6A5DE),
400: Color(0xFFDE87D3),
500: Color(0xFFD669C8),
600: Color(0xFFC15FB4),
700: Color(0xFF964A8C),
800: Color(0xFF6B3564),
900: Color(0xFF40203C),
});Swift / SwiftUI
import SwiftUI
extension Color {
/// #d669c8 — Orchid
static let orchid = Color(
red: 0.8392,
green: 0.4118,
blue: 0.7843
)
}
// UIKit
extension UIColor {
static let orchid = UIColor(
red: 0.8392,
green: 0.4118,
blue: 0.7843,
alpha: 1.0
)
}Android
<!-- res/values/colors.xml -->
<resources>
<color name="orchid">#D669C8</color>
<color name="orchid_translucent">#80D669C8</color>
</resources>
<!-- Jetpack Compose -->
val Orchid = Color(0xFFD669C8)JavaScript
export const ORCHID = {
hex: "#d669c8",
rgb: [214, 105, 200],
hsl: [308, 57, 63],
oklch: "oklch(68.13% 0.1779 332.4)",
};JSON tokens
{
"$schema": "https://design-tokens.org/schema.json",
"orchid": {
"$type": "color",
"$value": "#d669c8",
"$description": "Orchid — generated by ColorVerse AI"
}
}