Orchid
#F457EA
PinkColor Codes
All color formats for development
HEX
#F457EARGB
rgb(244, 87, 234)HSL
hsl(304, 88%, 65%)OKLCH
oklch(0.716 0.248 330.5)CMYK
cmyk(0%, 64%, 4%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F238E6
2#F019E2
3#DA0ECD
4#BB0CAF
5#9C0A92
6#7D0875
7#5D0658
8#3E043A
9#1F021D
Tints
Lighter variations
1#F568EC
2#F679EE
3#F88AF0
4#F99AF2
5#FAABF4
6#FBBCF7
7#FCCDF9
8#FDDDFB
9#FEEEFD
Tones
Muted variations
1#EC5FE3
2#E567DC
3#DD6FD5
4#D577CF
5#CD7EC8
6#C586C1
7#BD8EBA
8#B596B3
9#AE9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891F1 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457EA | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DC6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0548 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FD;
--orchid-100: #FDDDFB;
--orchid-200: #FBC1F7;
--orchid-300: #F891F1;
--orchid-400: #F457EA;
--orchid-500: #F127E4;
--orchid-600: #D30DC6;
--orchid-700: #A80B9D;
--orchid-800: #780870;
--orchid-900: #4D0548;
--orchid-950: #30032D;
}