Orchid
#CA5DEF
PinkColor Codes
All color formats for development
HEX
#CA5DEFRGB
rgb(202, 93, 239)HSL
hsl(285, 82%, 65%)OKLCH
oklch(0.671 0.225 316.6)CMYK
cmyk(15%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C13EEC
2#B720E9
3#A415D3
4#8C12B5
5#750F97
6#5D0C79
7#46095A
8#2F063C
9#17031E
Tints
Lighter variations
1#D06DF1
2#D57DF2
3#DA8DF4
4#DF9EF5
5#E5AEF7
6#EABEF9
7#EFCEFA
8#F4DFFC
9#FAEFFD
Tones
Muted variations
1#C764E8
2#C36BE0
3#BF73D9
4#BC7AD2
5#B881CA
6#B488C3
7#B190BC
8#AD97B4
9#A99EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC3 #EBC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC94 #DC94F4 | BordersInactive statesPlaceholder text |
| 400 | CA5D #CA5DEF | Disabled statesSecondary iconsMuted text |
| 500 | BB2E #BB2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E14 #9E14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E10 #7E10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A0B #5A0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A07 #3A074A | Primary textHigh emphasis contentDark headings |
| 950 | 2405 #24052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F4DFFC;
--orchid-200: #EBC3F9;
--orchid-300: #DC94F4;
--orchid-400: #CA5DEF;
--orchid-500: #BB2EEA;
--orchid-600: #9E14CC;
--orchid-700: #7E10A2;
--orchid-800: #5A0B74;
--orchid-900: #3A074A;
--orchid-950: #24052E;
}