Orchid
#D238E0
PinkColor Codes
All color formats for development
HEX
#D238E0RGB
rgb(210, 56, 224)HSL
hsl(295, 73%, 55%)OKLCH
oklch(0.637 0.259 324.3)CMYK
cmyk(6%, 75%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CB22DA
2#B41EC2
3#9E1BAA
4#871792
5#711379
6#5A0F61
7#440B49
8#2D0831
9#170418
Tints
Lighter variations
1#D74CE3
2#DB60E6
3#E074E9
4#E488EC
5#E99CF0
6#EDB0F3
7#F2C3F6
8#F6D7F9
9#FBEBFC
Tones
Muted variations
1#CB41D8
2#C449CF
3#BD52C7
4#B65ABF
5#AF62B6
6#A86BAE
7#A173A5
8#9A7B9D
9#938495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8E0 #F8E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C6 #F2C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | E89A #E89AEF | BordersInactive statesPlaceholder text |
| 400 | DC65 #DC65E7 | Disabled statesSecondary iconsMuted text |
| 500 | D238 #D238E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | B41E #B41EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9018 #90189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6711 #67116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 420B #420B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2907 #29072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FCF2FD;
--orchid-100: #F8E0FA;
--orchid-200: #F2C6F6;
--orchid-300: #E89AEF;
--orchid-400: #DC65E7;
--orchid-500: #D238E0;
--orchid-600: #B41EC2;
--orchid-700: #90189A;
--orchid-800: #67116E;
--orchid-900: #420B47;
--orchid-950: #29072C;
}