Orchid
#F655E9
PinkColor Codes
All color formats for development
HEX
#F655E9RGB
rgb(246, 85, 233)HSL
hsl(305, 90%, 65%)OKLCH
oklch(0.717 0.251 331.3)CMYK
cmyk(0%, 65%, 5%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F436E5
2#F316E0
3#DC0CCB
4#BD0AAE
5#9D0891
6#7E0774
7#5E0557
8#3F033A
9#1F021D
Tints
Lighter variations
1#F766EB
2#F877ED
3#F988EF
4#FA99F2
5#FBAAF4
6#FBBBF6
7#FCCCF8
8#FDDDFB
9#FEEEFD
Tones
Muted variations
1#EE5DE2
2#E665DB
3#DE6ED5
4#D676CE
5#CE7EC7
6#C686C1
7#BE8EBA
8#B696B3
9#AE9EAC
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 #FCC0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990F0 | BordersInactive statesPlaceholder text |
| 400 | F655 #F655E9 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F425E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50BC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA099C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0447 | 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: #FCC0F7;
--orchid-300: #F990F0;
--orchid-400: #F655E9;
--orchid-500: #F425E2;
--orchid-600: #D50BC4;
--orchid-700: #AA099C;
--orchid-800: #790670;
--orchid-900: #4E0447;
--orchid-950: #30032D;
}