Orchid
#D44FFC
PinkColor Codes
All color formats for development
HEX
#D44FFCRGB
rgb(212, 79, 252)HSL
hsl(286, 97%, 65%)OKLCH
oklch(0.676 0.258 317.3)CMYK
cmyk(16%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CC2FFC
2#C40EFB
3#B003E5
4#9703C4
5#7E02A3
6#650283
7#4B0162
8#320141
9#190021
Tints
Lighter variations
1#D861FD
2#DD72FD
3#E184FD
4#E596FD
5#E9A7FE
6#EEB9FE
7#F2CAFE
8#F6DCFE
9#FBEDFF
Tones
Muted variations
1#CF58F4
2#CB60EB
3#C669E2
4#C172DA
5#BD7AD1
6#B883C8
7#B48CC0
8#AF94B7
9#AA9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBE #EFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E38B #E38BFD | BordersInactive statesPlaceholder text |
| 400 | D44F #D44FFC | Disabled statesSecondary iconsMuted text |
| 500 | C81D #C81DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | AA03 #AA03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8703 #8703B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6102 #61027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E01 #3E0150 | Primary textHigh emphasis contentDark headings |
| 950 | 2701 #270132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FBF0FF;
--orchid-100: #F6DCFE;
--orchid-200: #EFBEFE;
--orchid-300: #E38BFD;
--orchid-400: #D44FFC;
--orchid-500: #C81DFC;
--orchid-600: #AA03DD;
--orchid-700: #8703B0;
--orchid-800: #61027E;
--orchid-900: #3E0150;
--orchid-950: #270132;
}