Blue
#2708D9
BlueColor Codes
All color formats for development
HEX
#2708D9RGB
rgb(39, 8, 217)HSL
hsl(249, 93%, 44%)OKLCH
oklch(0.415 0.268 269.9)CMYK
cmyk(82%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2307C3
2#1F06AD
3#1B0598
4#170582
5#14046C
6#100357
7#0C0241
8#08022B
9#040116
Tints
Lighter variations
1#2C09F4
2#4223F7
3#5A3EF8
4#725AF9
5#8975FA
6#A191FB
7#B8ACFC
8#D0C8FD
9#E7E3FE
Tones
Muted variations
1#2E12CE
2#361DC4
3#3D27B9
4#4432AF
5#4C3CA4
6#53469A
7#5A5190
8#625B85
9#69667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BF #C8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E8E #9E8EFB | BordersInactive statesPlaceholder text |
| 400 | 6C53 #6C53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4222 #4222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2708 #2708D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F06 #1F06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1604 #16047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E03 #0E034F | Primary textHigh emphasis contentDark headings |
| 950 | 0902 #090231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E2DDFE;
--blue-200: #C8BFFD;
--blue-300: #9E8EFB;
--blue-400: #6C53F9;
--blue-500: #4222F7;
--blue-600: #2708D9;
--blue-700: #1F06AC;
--blue-800: #16047B;
--blue-900: #0E034F;
--blue-950: #090231;
}