Cobalt
#14229F
BlueColor Codes
All color formats for development
HEX
#14229FRGB
rgb(20, 34, 159)HSL
hsl(234, 78%, 35%)OKLCH
oklch(0.354 0.195 267.3)CMYK
cmyk(87%, 79%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121E8F
2#101B7F
3#0E176F
4#0C145F
5#0A114F
6#080D40
7#060A30
8#040720
9#020310
Tints
Lighter variations
1#1728BC
2#1B2EDA
3#3043E5
4#4E5DE9
5#6B78ED
6#8993F0
7#A6AEF4
8#C4C9F8
9#E1E4FB
Tones
Muted variations
1#1B2798
2#222D91
3#29328A
4#2F3883
5#363D7C
6#3D4375
7#44496E
8#4B4E67
9#525460
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C9 #C4C9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A0 #97A0F2 | BordersInactive statesPlaceholder text |
| 400 | 606E #606EEB | Disabled statesSecondary iconsMuted text |
| 500 | 3345 #3345E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 192A #192AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1422 #14229F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E18 #0E1871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090F #090F49 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FD;
--cobalt-100: #DFE2FB;
--cobalt-200: #C4C9F8;
--cobalt-300: #97A0F2;
--cobalt-400: #606EEB;
--cobalt-500: #3345E6;
--cobalt-600: #192AC8;
--cobalt-700: #14229F;
--cobalt-800: #0E1871;
--cobalt-900: #090F49;
--cobalt-950: #060A2D;
}