Orchid
#F25AE7
PinkColor Codes
All color formats for development
HEX
#F25AE7RGB
rgb(242, 90, 231)HSL
hsl(304, 85%, 65%)OKLCH
oklch(0.715 0.241 330.8)CMYK
cmyk(0%, 63%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3BE3
2#ED1DDF
3#D711C9
4#B80FAD
5#990C90
6#7B0A73
7#5C0756
8#3D053A
9#1F021D
Tints
Lighter variations
1#F36AEA
2#F47BEC
3#F68BEF
4#F79CF1
5#F8ACF3
6#FABDF6
7#FBCDF8
8#FCDEFA
9#FEEEFD
Tones
Muted variations
1#EA61E1
2#E269DA
3#DB71D4
4#D378CD
5#CC80C7
6#C487C0
7#BD8FB9
8#B597B3
9#AD9EAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692F0 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AE7 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0647 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FD;
--orchid-100: #FCDEFA;
--orchid-200: #FAC2F6;
--orchid-300: #F692F0;
--orchid-400: #F25AE7;
--orchid-500: #EE2BE1;
--orchid-600: #D011C3;
--orchid-700: #A50D9B;
--orchid-800: #760A6F;
--orchid-900: #4B0647;
--orchid-950: #2F042C;
}