Orchid
#D55CF0
PinkColor Codes
All color formats for development
HEX
#D55CF0RGB
rgb(213, 92, 240)HSL
hsl(289, 83%, 65%)OKLCH
oklch(0.684 0.231 319.9)CMYK
cmyk(11%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CD3DED
2#C51FEA
3#B114D4
4#9811B6
5#7E0E98
6#650B79
7#4C085B
8#33063D
9#19031E
Tints
Lighter variations
1#D96CF1
2#DD7CF3
3#E18DF4
4#E69DF6
5#EAADF7
6#EEBEF9
7#F2CEFA
8#F7DEFC
9#FBEFFD
Tones
Muted variations
1#D063E8
2#CB6AE1
3#C772DA
4#C279D2
5#BD81CB
6#B988C3
7#B490BC
8#AF97B5
9#AA9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC2 #EFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E394 #E394F5 | BordersInactive statesPlaceholder text |
| 400 | D55C #D55CF0 | Disabled statesSecondary iconsMuted text |
| 500 | C92D #C92DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | AB13 #AB13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 880F #880FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 610B #610B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E07 #3E074B | Primary textHigh emphasis contentDark headings |
| 950 | 2704 #27042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F7DEFC;
--orchid-200: #EFC2F9;
--orchid-300: #E394F5;
--orchid-400: #D55CF0;
--orchid-500: #C92DEB;
--orchid-600: #AB13CD;
--orchid-700: #880FA3;
--orchid-800: #610B75;
--orchid-900: #3E074B;
--orchid-950: #27042F;
}