Orchid
#F25AD8
PinkColor Codes
All color formats for development
HEX
#F25AD8RGB
rgb(242, 90, 216)HSL
hsl(310, 85%, 65%)OKLCH
oklch(0.708 0.23 335.1)CMYK
cmyk(0%, 63%, 11%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3BD1
2#ED1DCA
3#D711B6
4#B80F9C
5#990C82
6#7B0A68
7#5C074E
8#3D0534
9#1F021A
Tints
Lighter variations
1#F36ADC
2#F47BE0
3#F68BE4
4#F79CE8
5#F8ACEC
6#FABDF0
7#FBCDF3
8#FCDEF7
9#FEEEFB
Tones
Muted variations
1#EA61D3
2#E269CE
3#DB71C9
4#D378C4
5#CC80BF
6#C487BA
7#BD8FB5
8#B597B0
9#AD9EAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692E6 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AD8 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BCD | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0640 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FCDEF7;
--orchid-200: #FAC2F1;
--orchid-300: #F692E6;
--orchid-400: #F25AD8;
--orchid-500: #EE2BCD;
--orchid-600: #D011B0;
--orchid-700: #A50D8C;
--orchid-800: #760A64;
--orchid-900: #4B0640;
--orchid-950: #2F0428;
}