Cobalt
#1225CE
BlueColor Codes
All color formats for development
HEX
#1225CERGB
rgb(18, 37, 206)HSL
hsl(234, 84%, 44%)OKLCH
oklch(0.414 0.247 265.9)CMYK
cmyk(91%, 82%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1021BA
2#0E1DA5
3#0D1A91
4#0B167C
5#091267
6#070F53
7#050B3E
8#040729
9#020415
Tints
Lighter variations
1#1429E9
2#2D40ED
3#4758EF
4#6170F1
5#7C88F4
6#969FF6
7#B0B7F8
8#CACFFA
9#E5E7FD
Tones
Muted variations
1#1B2CC5
2#2534BC
3#2E3BB2
4#3843A9
5#414B9F
6#4B5296
7#545A8C
8#5D6183
9#67697A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C8 #C2C8FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 939D #939DF6 | BordersInactive statesPlaceholder text |
| 400 | 5B6A #5B6AF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C3F #2C3FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1225 #1225CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E1D #0E1DA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A15 #0A1575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070D #070D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0408 #04082F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FE;
--cobalt-100: #DEE1FC;
--cobalt-200: #C2C8FA;
--cobalt-300: #939DF6;
--cobalt-400: #5B6AF1;
--cobalt-500: #2C3FED;
--cobalt-600: #1225CE;
--cobalt-700: #0E1DA4;
--cobalt-800: #0A1575;
--cobalt-900: #070D4B;
--cobalt-950: #04082F;
}