Orchid
#F25AE5
PinkColor Codes
All color formats for development
HEX
#F25AE5RGB
rgb(242, 90, 229)HSL
hsl(305, 85%, 65%)OKLCH
oklch(0.714 0.24 331.3)CMYK
cmyk(0%, 63%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3BE0
2#ED1DDB
3#D711C6
4#B80FAA
5#990C8E
6#7B0A71
7#5C0755
8#3D0539
9#1F021C
Tints
Lighter variations
1#F36AE8
2#F47BEA
3#F68BED
4#F79CEF
5#F8ACF2
6#FABDF5
7#FBCDF7
8#FCDEFA
9#FEEEFC
Tones
Muted variations
1#EA61DF
2#E269D8
3#DB71D2
4#D378CC
5#CC80C5
6#C487BF
7#BD8FB9
8#B597B2
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 #FAC2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692EE | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AE5 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BDE | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0646 | 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: #FAC2F5;
--orchid-300: #F692EE;
--orchid-400: #F25AE5;
--orchid-500: #EE2BDE;
--orchid-600: #D011C0;
--orchid-700: #A50D98;
--orchid-800: #760A6D;
--orchid-900: #4B0646;
--orchid-950: #2F042C;
}