Orchid
#D05CF0
PinkColor Codes
All color formats for development
HEX
#D05CF0RGB
rgb(208, 92, 240)HSL
hsl(287, 83%, 65%)OKLCH
oklch(0.678 0.229 318.3)CMYK
cmyk(13%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C73DED
2#BE1FEA
3#AB14D4
4#9211B6
5#7A0E98
6#610B79
7#49085B
8#31063D
9#18031E
Tints
Lighter variations
1#D46CF1
2#D97CF3
3#DE8DF4
4#E39DF6
5#E7ADF7
6#ECBEF9
7#F1CEFA
8#F6DEFC
9#FAEFFD
Tones
Muted variations
1#CC63E8
2#C76AE1
3#C372DA
4#BF79D2
5#BB81CB
6#B788C3
7#B290BC
8#AE97B5
9#AA9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC2 #EDC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E094 #E094F5 | BordersInactive statesPlaceholder text |
| 400 | D05C #D05CF0 | Disabled statesSecondary iconsMuted text |
| 500 | C22D #C22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | A513 #A513CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 830F #830FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0B #5E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C07 #3C074B | Primary textHigh emphasis contentDark headings |
| 950 | 2504 #25042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F6DEFC;
--orchid-200: #EDC2F9;
--orchid-300: #E094F5;
--orchid-400: #D05CF0;
--orchid-500: #C22DEB;
--orchid-600: #A513CD;
--orchid-700: #830FA3;
--orchid-800: #5E0B75;
--orchid-900: #3C074B;
--orchid-950: #25042F;
}