Orchid
#F457D2
PinkColor Codes
All color formats for development
HEX
#F457D2RGB
rgb(244, 87, 210)HSL
hsl(313, 88%, 65%)OKLCH
oklch(0.705 0.231 337.4)CMYK
cmyk(0%, 64%, 14%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F238CA
2#F019C2
3#DA0EAE
4#BB0C95
5#9C0A7C
6#7D0863
7#5D064B
8#3E0432
9#1F0219
Tints
Lighter variations
1#F568D7
2#F679DB
3#F88AE0
4#F99AE4
5#FAABE9
6#FBBCED
7#FCCDF2
8#FDDDF6
9#FEEEFB
Tones
Muted variations
1#EC5FCE
2#E567C9
3#DD6FC5
4#D577C0
5#CD7EBC
6#C586B8
7#BD8EB3
8#B596AF
9#AE9EAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891E2 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457D2 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D053D | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF1FB;
--orchid-100: #FDDDF6;
--orchid-200: #FBC1EE;
--orchid-300: #F891E2;
--orchid-400: #F457D2;
--orchid-500: #F127C5;
--orchid-600: #D30DA8;
--orchid-700: #A80B86;
--orchid-800: #780860;
--orchid-900: #4D053D;
--orchid-950: #300326;
}