Cobalt
#14659F
BlueColor Codes
All color formats for development
HEX
#14659FRGB
rgb(20, 101, 159)HSL
hsl(205, 78%, 35%)OKLCH
oklch(0.491 0.118 246.2)CMYK
cmyk(87%, 36%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#125B8F
2#10517F
3#0E476F
4#0C3D5F
5#0A324F
6#082840
7#061E30
8#041420
9#020A10
Tints
Lighter variations
1#1778BC
2#1B8ADA
3#309AE5
4#4EA8E9
5#6BB7ED
6#89C5F0
7#A6D4F4
8#C4E2F8
9#E1F1FB
Tones
Muted variations
1#1B6498
2#226391
3#29618A
4#2F6083
5#365F7C
6#3D5E75
7#445D6E
8#4B5C67
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 | C4E2 #C4E2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CC #97CCF2 | BordersInactive statesPlaceholder text |
| 400 | 60B1 #60B1EB | Disabled statesSecondary iconsMuted text |
| 500 | 339B #339BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 197F #197FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1465 #14659F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E48 #0E4871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092E #092E49 | 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: #F1F8FD;
--cobalt-100: #DFEFFB;
--cobalt-200: #C4E2F8;
--cobalt-300: #97CCF2;
--cobalt-400: #60B1EB;
--cobalt-500: #339BE6;
--cobalt-600: #197FC8;
--cobalt-700: #14659F;
--cobalt-800: #0E4871;
--cobalt-900: #092E49;
--cobalt-950: #061D2D;
}