Cobalt
#244ABC
BlueColor Codes
All color formats for development
HEX
#244ABCRGB
rgb(36, 74, 188)HSL
hsl(225, 68%, 44%)OKLCH
oklch(0.457 0.185 265.4)CMYK
cmyk(81%, 61%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2043AA
2#1D3B97
3#193484
4#162C71
5#12255E
6#0E1E4B
7#0B1639
8#070F26
9#040713
Tints
Lighter variations
1#2853D4
2#3F66DA
3#5779DF
4#6F8CE4
5#879FE8
6#9FB2ED
7#B7C6F1
8#CFD9F6
9#E7ECFA
Tones
Muted variations
1#2C4EB5
2#3352AD
3#3B55A6
4#42599E
5#4A5D96
6#52618F
7#596587
8#61697F
9#696C78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E7 #E1E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D3 #C7D3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB0 #9CB0EC | BordersInactive statesPlaceholder text |
| 400 | 6987 #6987E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E65 #3E65DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 244A #244ABC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D3B #1D3B96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142A #142A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1B #0D1B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0811 #08112B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F5FD;
--cobalt-100: #E1E7F9;
--cobalt-200: #C7D3F4;
--cobalt-300: #9CB0EC;
--cobalt-400: #6987E2;
--cobalt-500: #3E65DA;
--cobalt-600: #244ABC;
--cobalt-700: #1D3B96;
--cobalt-800: #142A6B;
--cobalt-900: #0D1B45;
--cobalt-950: #08112B;
}