Orchid
#D253F9
PinkColor Codes
All color formats for development
HEX
#D253F9RGB
rgb(210, 83, 249)HSL
hsl(286, 93%, 65%)OKLCH
oklch(0.676 0.25 317.2)CMYK
cmyk(16%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA33F8
2#C113F6
3#AE08E0
4#9507C0
5#7C06A0
6#630580
7#4A0360
8#320240
9#190120
Tints
Lighter variations
1#D764F9
2#DB75FA
3#E086FB
4#E498FB
5#E9A9FC
6#EDBAFD
7#F2CBFD
8#F6DDFE
9#FBEEFE
Tones
Muted variations
1#CE5BF0
2#C963E8
3#C56CE0
4#C074D8
5#BC7CCF
6#B785C7
7#B38DBF
8#AF95B6
9#AA9DAE
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 #EEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E18E #E18EFB | BordersInactive statesPlaceholder text |
| 400 | D253 #D253F9 | Disabled statesSecondary iconsMuted text |
| 500 | C522 #C522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A808 #A808D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8606 #8606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F04 #5F047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D03 #3D034F | 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: #EEBFFD;
--orchid-300: #E18EFB;
--orchid-400: #D253F9;
--orchid-500: #C522F7;
--orchid-600: #A808D9;
--orchid-700: #8606AC;
--orchid-800: #5F047B;
--orchid-900: #3D034F;
--orchid-950: #260231;
}