Orchid
#F25AD1
PinkColor Codes
All color formats for development
HEX
#F25AD1RGB
rgb(242, 90, 209)HSL
hsl(313, 85%, 65%)OKLCH
oklch(0.705 0.225 337.3)CMYK
cmyk(0%, 63%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3BC8
2#ED1DC0
3#D711AC
4#B80F93
5#990C7B
6#7B0A62
7#5C074A
8#3D0531
9#1F0219
Tints
Lighter variations
1#F36AD5
2#F47BDA
3#F68BDF
4#F79CE3
5#F8ACE8
6#FABDEC
7#FBCDF1
8#FCDEF6
9#FEEEFA
Tones
Muted variations
1#EA61CC
2#E269C8
3#DB71C4
4#D378C0
5#CC80BB
6#C487B7
7#BD8FB3
8#B597AE
9#AD9EAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692E1 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AD1 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B063C | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FB;
--orchid-100: #FCDEF6;
--orchid-200: #FAC2EE;
--orchid-300: #F692E1;
--orchid-400: #F25AD1;
--orchid-500: #EE2BC4;
--orchid-600: #D011A6;
--orchid-700: #A50D84;
--orchid-800: #760A5E;
--orchid-900: #4B063C;
--orchid-950: #2F0426;
}