Orchid
#D853F9
PinkColor Codes
All color formats for development
HEX
#D853F9RGB
rgb(216, 83, 249)HSL
hsl(288, 93%, 65%)OKLCH
oklch(0.683 0.252 319)CMYK
cmyk(13%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D033F8
2#C913F6
3#B508E0
4#9B07C0
5#8106A0
6#670580
7#4D0360
8#340240
9#1A0120
Tints
Lighter variations
1#DB64F9
2#DF75FA
3#E386FB
4#E798FB
5#EBA9FC
6#EFBAFD
7#F3CBFD
8#F7DDFE
9#FBEEFE
Tones
Muted variations
1#D35BF0
2#CE63E8
3#C96CE0
4#C474D8
5#BF7CCF
6#BA85C7
7#B58DBF
8#B095B6
9#AB9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BF #F0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E58E #E58EFB | BordersInactive statesPlaceholder text |
| 400 | D853 #D853F9 | Disabled statesSecondary iconsMuted text |
| 500 | CC22 #CC22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF08 #AF08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B06 #8B06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6304 #63047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4003 #40034F | Primary textHigh emphasis contentDark headings |
| 950 | 2802 #280231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF0FE;
--orchid-100: #F7DDFE;
--orchid-200: #F0BFFD;
--orchid-300: #E58EFB;
--orchid-400: #D853F9;
--orchid-500: #CC22F7;
--orchid-600: #AF08D9;
--orchid-700: #8B06AC;
--orchid-800: #63047B;
--orchid-900: #40034F;
--orchid-950: #280231;
}