Orchid
#F25ADB
PinkColor Codes
All color formats for development
HEX
#F25ADBRGB
rgb(242, 90, 219)HSL
hsl(309, 85%, 65%)OKLCH
oklch(0.709 0.232 334.2)CMYK
cmyk(0%, 63%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF3BD4
2#ED1DCD
3#D711B9
4#B80F9F
5#990C84
6#7B0A6A
7#5C074F
8#3D0535
9#1F021A
Tints
Lighter variations
1#F36ADE
2#F47BE2
3#F68BE6
4#F79CE9
5#F8ACED
6#FABDF1
7#FBCDF4
8#FCDEF8
9#FEEEFB
Tones
Muted variations
1#EA61D6
2#E269D0
3#DB71CB
4#D378C6
5#CC80C0
6#C487BB
7#BD8FB6
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 #FCDEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692E7 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25ADB | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0641 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FCDEF8;
--orchid-200: #FAC2F2;
--orchid-300: #F692E7;
--orchid-400: #F25ADB;
--orchid-500: #EE2BD1;
--orchid-600: #D011B3;
--orchid-700: #A50D8E;
--orchid-800: #760A66;
--orchid-900: #4B0641;
--orchid-950: #2F0429;
}