Orchid
#F953E0
PinkColor Codes
All color formats for development
HEX
#F953E0RGB
rgb(249, 83, 224)HSL
hsl(309, 93%, 65%)OKLCH
oklch(0.715 0.249 334.5)CMYK
cmyk(0%, 67%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F833DA
2#F613D4
3#E008C0
4#C007A4
5#A00689
6#80056D
7#600352
8#400237
9#20011B
Tints
Lighter variations
1#F964E3
2#FA75E6
3#FB86E9
4#FB98EC
5#FCA9EF
6#FDBAF3
7#FDCBF6
8#FEDDF9
9#FEEEFC
Tones
Muted variations
1#F05BDA
2#E863D4
3#E06CCE
4#D874C9
5#CF7CC3
6#C785BD
7#BF8DB7
8#B695B1
9#AE9DAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EEB | BordersInactive statesPlaceholder text |
| 400 | F953 #F953E0 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0693 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0343 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF0FC;
--orchid-100: #FEDDF9;
--orchid-200: #FDBFF3;
--orchid-300: #FB8EEB;
--orchid-400: #F953E0;
--orchid-500: #F722D7;
--orchid-600: #D908B9;
--orchid-700: #AC0693;
--orchid-800: #7B0469;
--orchid-900: #4F0343;
--orchid-950: #31022A;
}