Orchid
#D757F4
PinkColor Codes
All color formats for development
HEX
#D757F4RGB
rgb(215, 87, 244)HSL
hsl(289, 88%, 65%)OKLCH
oklch(0.683 0.242 319.7)CMYK
cmyk(12%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D038F2
2#C919F0
3#B50EDA
4#9B0CBB
5#810A9C
6#67087D
7#4D065D
8#34043E
9#1A021F
Tints
Lighter variations
1#DB68F5
2#DF79F6
3#E38AF8
4#E79AF9
5#EBABFA
6#EFBCFB
7#F3CDFC
8#F7DDFD
9#FBEEFE
Tones
Muted variations
1#D35FEC
2#CE67E5
3#C96FDD
4#C477D5
5#BF7ECD
6#BA86C5
7#B58EBD
8#B096B5
9#AB9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C1 #F0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E591 #E591F8 | BordersInactive statesPlaceholder text |
| 400 | D757 #D757F4 | Disabled statesSecondary iconsMuted text |
| 500 | CC27 #CC27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF0D #AF0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B0B #8B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6308 #630878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4005 #40054D | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F7DDFD;
--orchid-200: #F0C1FB;
--orchid-300: #E591F8;
--orchid-400: #D757F4;
--orchid-500: #CC27F1;
--orchid-600: #AF0DD3;
--orchid-700: #8B0BA8;
--orchid-800: #630878;
--orchid-900: #40054D;
--orchid-950: #280330;
}