Cobalt
#14679F
BlueColor Codes
All color formats for development
HEX
#14679FRGB
rgb(20, 103, 159)HSL
hsl(204, 78%, 35%)OKLCH
oklch(0.496 0.116 244.8)CMYK
cmyk(87%, 35%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#125D8F
2#10537F
3#0E486F
4#0C3E5F
5#0A344F
6#082940
7#061F30
8#041520
9#020A10
Tints
Lighter variations
1#177ABC
2#1B8DDA
3#309DE5
4#4EABE9
5#6BB9ED
6#89C7F0
7#A6D5F4
8#C4E3F8
9#E1F1FB
Tones
Muted variations
1#1B6698
2#226491
3#29638A
4#2F6283
5#36607C
6#3D5F75
7#445D6E
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 | C4E3 #C4E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CD #97CDF2 | BordersInactive statesPlaceholder text |
| 400 | 60B4 #60B4EB | Disabled statesSecondary iconsMuted text |
| 500 | 339E #339EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1982 #1982C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1467 #14679F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4A #0E4A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092F #092F49 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FD;
--cobalt-100: #DFF0FB;
--cobalt-200: #C4E3F8;
--cobalt-300: #97CDF2;
--cobalt-400: #60B4EB;
--cobalt-500: #339EE6;
--cobalt-600: #1982C8;
--cobalt-700: #14679F;
--cobalt-800: #0E4A71;
--cobalt-900: #092F49;
--cobalt-950: #061D2D;
}