Orchid
#C95EED
PinkColor Codes
All color formats for development
HEX
#C95EEDRGB
rgb(201, 94, 237)HSL
hsl(285, 80%, 65%)OKLCH
oklch(0.67 0.221 316.7)CMYK
cmyk(15%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C041EA
2#B623E7
3#A217D1
4#8B14B3
5#741195
6#5D0D77
7#460A5A
8#2E073C
9#17031E
Tints
Lighter variations
1#CF6EEF
2#D47EF1
3#DA8FF3
4#DF9FF4
5#E4AFF6
6#EABFF8
7#EFCFFA
8#F4DFFB
9#FAEFFD
Tones
Muted variations
1#C665E6
2#C26DDF
3#BF74D8
4#BB7BD1
5#B882C9
6#B489C2
7#B090BB
8#AD97B4
9#A99FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC3 #EBC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC95 #DC95F3 | BordersInactive statesPlaceholder text |
| 400 | C95E #C95EED | Disabled statesSecondary iconsMuted text |
| 500 | BA30 #BA30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D16 #9D16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D12 #7D12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 590D #590D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3908 #390849 | 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: #FAF1FD;
--orchid-100: #F4DFFB;
--orchid-200: #EBC3F8;
--orchid-300: #DC95F3;
--orchid-400: #C95EED;
--orchid-500: #BA30E8;
--orchid-600: #9D16CA;
--orchid-700: #7D12A1;
--orchid-800: #590D73;
--orchid-900: #390849;
--orchid-950: #24052E;
}