Orchid
#AF2DEB
PurpleColor Codes
All color formats for development
HEX
#AF2DEBRGB
rgb(175, 45, 235)HSL
hsl(281, 83%, 55%)OKLCH
oklch(0.589 0.265 311.7)CMYK
cmyk(26%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A515E7
2#9213CD
3#8011B4
4#6E0E9A
5#5B0C80
6#490A67
7#37074D
8#250533
9#12021A
Tints
Lighter variations
1#B742ED
2#BF57EF
3#C76CF1
4#CF81F3
5#D796F5
6#DFABF7
7#E7C0F9
8#EFD5FB
9#F7EAFD
Tones
Muted variations
1#AC37E2
2#A840D8
3#A54ACF
4#A153C5
5#9E5DBC
6#9A66B2
7#9770A9
8#93799F
9#908396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DE #F3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C2 #E8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D694 #D694F5 | BordersInactive statesPlaceholder text |
| 400 | C15C #C15CF0 | Disabled statesSecondary iconsMuted text |
| 500 | AF2D #AF2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 9213 #9213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 740F #740FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 530B #530B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3507 #35074B | Primary textHigh emphasis contentDark headings |
| 950 | 2104 #21042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F3DEFC;
--orchid-200: #E8C2F9;
--orchid-300: #D694F5;
--orchid-400: #C15CF0;
--orchid-500: #AF2DEB;
--orchid-600: #9213CD;
--orchid-700: #740FA3;
--orchid-800: #530B75;
--orchid-900: #35074B;
--orchid-950: #21042F;
}