Orchid
#F457DF
PinkColor Codes
All color formats for development
HEX
#F457DFRGB
rgb(244, 87, 223)HSL
hsl(308, 88%, 65%)OKLCH
oklch(0.711 0.24 333.5)CMYK
cmyk(0%, 64%, 9%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F238D9
2#F019D4
3#DA0EBF
4#BB0CA4
5#9C0A88
6#7D086D
7#5D0652
8#3E0437
9#1F021B
Tints
Lighter variations
1#F568E3
2#F679E6
3#F88AE9
4#F99AEC
5#FAABEF
6#FBBCF2
7#FCCDF6
8#FDDDF9
9#FEEEFC
Tones
Muted variations
1#EC5FDA
2#E567D4
3#DD6FCE
4#D577C8
5#CD7EC3
6#C586BD
7#BD8EB7
8#B596B1
9#AE9EAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891EA | BordersInactive statesPlaceholder text |
| 400 | F457 #F457DF | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0543 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FC;
--orchid-100: #FDDDF9;
--orchid-200: #FBC1F3;
--orchid-300: #F891EA;
--orchid-400: #F457DF;
--orchid-500: #F127D6;
--orchid-600: #D30DB9;
--orchid-700: #A80B93;
--orchid-800: #780869;
--orchid-900: #4D0543;
--orchid-950: #30032A;
}