Orchid
#CB2EEA
PinkColor Codes
All color formats for development
HEX
#CB2EEARGB
rgb(203, 46, 234)HSL
hsl(290, 82%, 55%)OKLCH
oklch(0.627 0.272 320.1)CMYK
cmyk(13%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C317E6
2#AE14CC
3#9812B3
4#820F99
5#6C0D80
6#570A66
7#41084D
8#2B0533
9#16031A
Tints
Lighter variations
1#D043EC
2#D558EE
3#DB6DF1
4#E082F3
5#E597F5
6#EAABF7
7#EFC0F9
8#F5D5FB
9#FAEAFD
Tones
Muted variations
1#C538E1
2#BE41D8
3#B84ACE
4#B254C5
5#AC5DBB
6#A567B2
7#9F70A8
8#99799F
9#938396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C3 #F0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E494 #E494F4 | BordersInactive statesPlaceholder text |
| 400 | D75D #D75DEF | Disabled statesSecondary iconsMuted text |
| 500 | CB2E #CB2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | AE14 #AE14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8A10 #8A10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630B #630B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F07 #3F074A | Primary textHigh emphasis contentDark headings |
| 950 | 2705 #27052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF1FE;
--orchid-100: #F7DFFC;
--orchid-200: #F0C3F9;
--orchid-300: #E494F4;
--orchid-400: #D75DEF;
--orchid-500: #CB2EEA;
--orchid-600: #AE14CC;
--orchid-700: #8A10A2;
--orchid-800: #630B74;
--orchid-900: #3F074A;
--orchid-950: #27052E;
}