Orchid
#F655E6
PinkColor Codes
All color formats for development
HEX
#F655E6RGB
rgb(246, 85, 230)HSL
hsl(306, 90%, 65%)OKLCH
oklch(0.715 0.249 332.1)CMYK
cmyk(0%, 65%, 7%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F436E1
2#F316DD
3#DC0CC8
4#BD0AAB
5#9D088F
6#7E0772
7#5E0556
8#3F0339
9#1F021D
Tints
Lighter variations
1#F766E9
2#F877EB
3#F988EE
4#FA99F0
5#FBAAF3
6#FBBBF5
7#FCCCF8
8#FDDDFA
9#FEEEFD
Tones
Muted variations
1#EE5DE0
2#E665D9
3#DE6ED3
4#D676CC
5#CE7EC6
6#C686BF
7#BE8EB9
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 #FDDDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990EF | BordersInactive statesPlaceholder text |
| 400 | F655 #F655E6 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F425DF | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA099A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #79066E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0446 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FEF0FD;
--orchid-100: #FDDDFA;
--orchid-200: #FCC0F6;
--orchid-300: #F990EF;
--orchid-400: #F655E6;
--orchid-500: #F425DF;
--orchid-600: #D50BC1;
--orchid-700: #AA099A;
--orchid-800: #79066E;
--orchid-900: #4E0446;
--orchid-950: #30032C;
}