Blue
#2702DE
BlueColor Codes
All color formats for development
HEX
#2702DERGB
rgb(39, 2, 222)HSL
hsl(250, 98%, 44%)OKLCH
oklch(0.419 0.274 269.7)CMYK
cmyk(82%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2302C8
2#1F02B2
3#1B029C
4#170185
5#13016F
6#100159
7#0C0143
8#08002C
9#040016
Tints
Lighter variations
1#2C03FA
2#421DFD
3#5A39FD
4#7155FD
5#8972FE
6#A18EFE
7#B8AAFE
8#D0C6FE
9#E7E3FF
Tones
Muted variations
1#2E0DD3
2#3618C8
3#3D23BD
4#442EB2
5#4C39A7
6#53449C
7#5A4F91
8#625A86
9#69657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BD #C8BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E8B #9E8BFE | BordersInactive statesPlaceholder text |
| 400 | 6B4E #6B4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 411C #411CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2702 #2702DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F02 #1F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1601 #16017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E01 #0E0151 | Primary textHigh emphasis contentDark headings |
| 950 | 0901 #090132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E1DCFF;
--blue-200: #C8BDFE;
--blue-300: #9E8BFE;
--blue-400: #6B4EFD;
--blue-500: #411CFD;
--blue-600: #2702DE;
--blue-700: #1F02B1;
--blue-800: #16017E;
--blue-900: #0E0151;
--blue-950: #090132;
}