Orchid
#F25AE2
PinkColor Codes
All color formats for development
HEX
#F25AE2RGB
rgb(242, 90, 226)HSL
hsl(306, 85%, 65%)OKLCH
oklch(0.713 0.237 332.2)CMYK
cmyk(0%, 63%, 7%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3BDD
2#ED1DD8
3#D711C3
4#B80FA7
5#990C8B
6#7B0A6F
7#5C0754
8#3D0538
9#1F021C
Tints
Lighter variations
1#F36AE5
2#F47BE8
3#F68BEB
4#F79CEE
5#F8ACF1
6#FABDF4
7#FBCDF6
8#FCDEF9
9#FEEEFC
Tones
Muted variations
1#EA61DC
2#E269D6
3#DB71D0
4#D378CA
5#CC80C4
6#C487BE
7#BD8FB8
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 #FCDEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692EC | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AE2 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BDA | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0645 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FD;
--orchid-100: #FCDEF9;
--orchid-200: #FAC2F4;
--orchid-300: #F692EC;
--orchid-400: #F25AE2;
--orchid-500: #EE2BDA;
--orchid-600: #D011BC;
--orchid-700: #A50D96;
--orchid-800: #760A6B;
--orchid-900: #4B0645;
--orchid-950: #2F042B;
}