Cobalt
#1334A0
BlueColor Codes
All color formats for development
HEX
#1334A0RGB
rgb(19, 52, 160)HSL
hsl(226, 79%, 35%)OKLCH
oklch(0.384 0.178 265.1)CMYK
cmyk(88%, 68%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112E90
2#0F2980
3#0D2470
4#0B1F60
5#091A50
6#071540
7#060F30
8#040A20
9#020510
Tints
Lighter variations
1#163DBD
2#1A47DB
3#2F5AE7
4#4D72EA
5#6B89EE
6#88A1F1
7#A6B8F5
8#C4D0F8
9#E1E7FC
Tones
Muted variations
1#1A3799
2#213B92
3#283F8B
4#2F4384
5#36467D
6#3D4A75
7#444E6E
8#4B5267
9#525560
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D0 #C4D0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96AC #96ACF3 | BordersInactive statesPlaceholder text |
| 400 | 5F80 #5F80EC | Disabled statesSecondary iconsMuted text |
| 500 | 325C #325CE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1841 #1841C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1334 #1334A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D25 #0D2572 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0918 #091849 | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FD;
--cobalt-100: #DFE6FB;
--cobalt-200: #C4D0F8;
--cobalt-300: #96ACF3;
--cobalt-400: #5F80EC;
--cobalt-500: #325CE7;
--cobalt-600: #1841C9;
--cobalt-700: #1334A0;
--cobalt-800: #0D2572;
--cobalt-900: #091849;
--cobalt-950: #050F2E;
}