Cobalt
#14699F
BlueColor Codes
All color formats for development
HEX
#14699FRGB
rgb(20, 105, 159)HSL
hsl(203, 78%, 35%)OKLCH
oklch(0.501 0.114 243.4)CMYK
cmyk(87%, 34%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#125F8F
2#10547F
3#0E4A6F
4#0C3F5F
5#0A354F
6#082A40
7#062030
8#041520
9#020B10
Tints
Lighter variations
1#177DBC
2#1B91DA
3#30A0E5
4#4EAEE9
5#6BBBED
6#89C9F0
7#A6D6F4
8#C4E4F8
9#E1F1FB
Tones
Muted variations
1#1B6898
2#226691
3#29658A
4#2F6383
5#36617C
6#3D6075
7#445E6E
8#4B5C67
9#525B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E4 #C4E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CF #97CFF2 | BordersInactive statesPlaceholder text |
| 400 | 60B6 #60B6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33A1 #33A1E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1985 #1985C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1469 #14699F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4B #0E4B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0930 #093049 | Primary textHigh emphasis contentDark headings |
| 950 | 061E #061E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FD;
--cobalt-100: #DFF0FB;
--cobalt-200: #C4E4F8;
--cobalt-300: #97CFF2;
--cobalt-400: #60B6EB;
--cobalt-500: #33A1E6;
--cobalt-600: #1985C8;
--cobalt-700: #14699F;
--cobalt-800: #0E4B71;
--cobalt-900: #093049;
--cobalt-950: #061E2D;
}