Cobalt
#14609F
BlueColor Codes
All color formats for development
HEX
#14609FRGB
rgb(20, 96, 159)HSL
hsl(207, 78%, 35%)OKLCH
oklch(0.479 0.123 249.4)CMYK
cmyk(87%, 40%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12578F
2#104D7F
3#0E436F
4#0C3A5F
5#0A304F
6#082640
7#061D30
8#041320
9#020A10
Tints
Lighter variations
1#1772BC
2#1B84DA
3#3094E5
4#4EA3E9
5#6BB3ED
6#89C2F0
7#A6D1F4
8#C4E0F8
9#E1F0FB
Tones
Muted variations
1#1B6098
2#225F91
3#295E8A
4#2F5D83
5#365D7C
6#3D5C75
7#445B6E
8#4B5B67
9#525A60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E0 #C4E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C9 #97C9F2 | BordersInactive statesPlaceholder text |
| 400 | 60AD #60ADEB | Disabled statesSecondary iconsMuted text |
| 500 | 3395 #3395E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1979 #1979C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1460 #14609F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E45 #0E4571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092C #092C49 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FD;
--cobalt-100: #DFEFFB;
--cobalt-200: #C4E0F8;
--cobalt-300: #97C9F2;
--cobalt-400: #60ADEB;
--cobalt-500: #3395E6;
--cobalt-600: #1979C8;
--cobalt-700: #14609F;
--cobalt-800: #0E4571;
--cobalt-900: #092C49;
--cobalt-950: #061B2D;
}