Orchid
#F655EB
PinkColor Codes
All color formats for development
HEX
#F655EBRGB
rgb(246, 85, 235)HSL
hsl(304, 90%, 65%)OKLCH
oklch(0.718 0.252 330.7)CMYK
cmyk(0%, 65%, 4%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F436E8
2#F316E4
3#DC0CCF
4#BD0AB1
5#9D0894
6#7E0776
7#5E0559
8#3F033B
9#1F021E
Tints
Lighter variations
1#F766ED
2#F877EF
3#F988F1
4#FA99F3
5#FBAAF5
6#FBBBF7
7#FCCCF9
8#FDDDFB
9#FEEEFD
Tones
Muted variations
1#EE5DE4
2#E665DD
3#DE6ED6
4#D676D0
5#CE7EC9
6#C686C2
7#BE8EBB
8#B696B4
9#AE9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990F2 | BordersInactive statesPlaceholder text |
| 400 | F655 #F655EB | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F425E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50BC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA099F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0449 | 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: #FEF0FD;
--orchid-100: #FDDDFB;
--orchid-200: #FCC0F8;
--orchid-300: #F990F2;
--orchid-400: #F655EB;
--orchid-500: #F425E6;
--orchid-600: #D50BC8;
--orchid-700: #AA099F;
--orchid-800: #790671;
--orchid-900: #4E0449;
--orchid-950: #30032D;
}