Orchid
#F854ED
PinkColor Codes
All color formats for development
HEX
#F854EDRGB
rgb(248, 84, 237)HSL
hsl(304, 92%, 65%)OKLCH
oklch(0.72 0.256 330.7)CMYK
cmyk(0%, 66%, 4%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F734EA
2#F514E6
3#DF09D1
4#BF08B3
5#9F0795
6#7F0577
7#5F0459
8#40033C
9#20011E
Tints
Lighter variations
1#F965EF
2#F976F1
3#FA87F2
4#FB98F4
5#FBA9F6
6#FCBAF8
7#FDCCFA
8#FEDDFB
9#FEEEFD
Tones
Muted variations
1#F05CE6
2#E764DF
3#DF6CD8
4#D774D0
5#CF7DC9
6#C785C2
7#BE8DBB
8#B695B4
9#AE9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EF3 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854ED | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB07A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0349 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF0FD;
--orchid-100: #FEDDFB;
--orchid-200: #FCBFF8;
--orchid-300: #FA8EF3;
--orchid-400: #F854ED;
--orchid-500: #F623E8;
--orchid-600: #D709CA;
--orchid-700: #AB07A0;
--orchid-800: #7A0573;
--orchid-900: #4E0349;
--orchid-950: #31022E;
}