Orchid
#D254F8
PinkColor Codes
All color formats for development
HEX
#D254F8RGB
rgb(210, 84, 248)HSL
hsl(286, 92%, 65%)OKLCH
oklch(0.676 0.248 317.4)CMYK
cmyk(15%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C934F7
2#C114F5
3#AD09DF
4#9408BF
5#7C079F
6#63057F
7#4A045F
8#310340
9#190120
Tints
Lighter variations
1#D665F9
2#DB76F9
3#DF87FA
4#E498FB
5#E8A9FB
6#EDBAFC
7#F1CCFD
8#F6DDFE
9#FAEEFE
Tones
Muted variations
1#CD5CF0
2#C964E7
3#C46CDF
4#C074D7
5#BC7DCF
6#B785C7
7#B38DBE
8#AF95B6
9#AA9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBF #EEBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E18E #E18EFA | BordersInactive statesPlaceholder text |
| 400 | D254 #D254F8 | Disabled statesSecondary iconsMuted text |
| 500 | C523 #C523F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A709 #A709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8507 #8507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F05 #5F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D03 #3D034E | Primary textHigh emphasis contentDark headings |
| 950 | 2602 #260231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FE;
--orchid-100: #F6DDFE;
--orchid-200: #EEBFFC;
--orchid-300: #E18EFA;
--orchid-400: #D254F8;
--orchid-500: #C523F6;
--orchid-600: #A709D7;
--orchid-700: #8507AB;
--orchid-800: #5F057A;
--orchid-900: #3D034E;
--orchid-950: #260231;
}