Orchid
#D460EB
PinkColor Codes
All color formats for development
HEX
#D460EBRGB
rgb(212, 96, 235)HSL
hsl(290, 78%, 65%)OKLCH
oklch(0.685 0.221 320.7)CMYK
cmyk(10%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CC43E8
2#C425E4
3#B01ACF
4#9716B1
5#7E1294
6#650F76
7#4C0B59
8#32073B
9#19041E
Tints
Lighter variations
1#D870ED
2#DD80EF
3#E190F1
4#E5A0F3
5#EAB0F5
6#EEBFF7
7#F2CFF9
8#F6DFFB
9#FBEFFD
Tones
Muted variations
1#D067E4
2#CB6EDD
3#C675D6
4#C27CD0
5#BD83C9
6#B88AC2
7#B491BB
8#AF98B4
9#AA9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC4 #EFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E397 #E397F2 | BordersInactive statesPlaceholder text |
| 400 | D460 #D460EB | Disabled statesSecondary iconsMuted text |
| 500 | C833 #C833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB19 #AB19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8814 #88149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 610E #610E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E09 #3E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2706 #27062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FD;
--orchid-100: #F6DFFB;
--orchid-200: #EFC4F8;
--orchid-300: #E397F2;
--orchid-400: #D460EB;
--orchid-500: #C833E6;
--orchid-600: #AB19C8;
--orchid-700: #88149F;
--orchid-800: #610E71;
--orchid-900: #3E0949;
--orchid-950: #27062D;
}