Cobalt
#14399F
BlueColor Codes
All color formats for development
HEX
#14399FRGB
rgb(20, 57, 159)HSL
hsl(224, 78%, 35%)OKLCH
oklch(0.393 0.17 264.3)CMYK
cmyk(87%, 64%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12338F
2#102D7F
3#0E286F
4#0C225F
5#0A1C4F
6#081740
7#061130
8#040B20
9#020610
Tints
Lighter variations
1#1743BC
2#1B4EDA
3#3061E5
4#4E77E9
5#6B8EED
6#89A5F0
7#A6BBF4
8#C4D2F8
9#E1E8FB
Tones
Muted variations
1#1B3C98
2#223F91
3#29438A
4#2F4683
5#36497C
6#3D4C75
7#44506E
8#4B5367
9#525660
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D2 #C4D2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AF #97AFF2 | BordersInactive statesPlaceholder text |
| 400 | 6085 #6085EB | Disabled statesSecondary iconsMuted text |
| 500 | 3362 #3362E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1947 #1947C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1439 #14399F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E29 #0E2971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091A #091A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FD;
--cobalt-100: #DFE7FB;
--cobalt-200: #C4D2F8;
--cobalt-300: #97AFF2;
--cobalt-400: #6085EB;
--cobalt-500: #3362E6;
--cobalt-600: #1947C8;
--cobalt-700: #14399F;
--cobalt-800: #0E2971;
--cobalt-900: #091A49;
--cobalt-950: #06102D;
}