Orchid
#C72FE9
PinkColor Codes
All color formats for development
HEX
#C72FE9RGB
rgb(199, 47, 233)HSL
hsl(289, 81%, 55%)OKLCH
oklch(0.621 0.269 319.2)CMYK
cmyk(15%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF18E4
2#AA15CB
3#9513B2
4#7F1098
5#6A0D7F
6#550B66
7#40084C
8#2A0533
9#150319
Tints
Lighter variations
1#CD44EB
2#D259EE
3#D86EF0
4#DD82F2
5#E397F4
6#E9ACF6
7#EEC1F8
8#F4D5FB
9#F9EAFD
Tones
Muted variations
1#C139E0
2#BB42D7
3#B54BCD
4#B054C4
5#AA5EBB
6#A467B1
7#9E70A8
8#987A9F
9#928396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC3 #EFC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E295 #E295F4 | BordersInactive statesPlaceholder text |
| 400 | D45D #D45DEE | Disabled statesSecondary iconsMuted text |
| 500 | C72F #C72FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | AA15 #AA15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8711 #8711A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600C #600C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E08 #3E084A | Primary textHigh emphasis contentDark headings |
| 950 | 2705 #27052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF1FE;
--orchid-100: #F6DFFC;
--orchid-200: #EFC3F9;
--orchid-300: #E295F4;
--orchid-400: #D45DEE;
--orchid-500: #C72FE9;
--orchid-600: #AA15CB;
--orchid-700: #8711A2;
--orchid-800: #600C73;
--orchid-900: #3E084A;
--orchid-950: #27052E;
}