Cobalt
#1361CD
BlueColor Codes
All color formats for development
HEX
#1361CDRGB
rgb(19, 97, 205)HSL
hsl(215, 83%, 44%)OKLCH
oklch(0.514 0.182 258.7)CMYK
cmyk(91%, 53%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1157B9
2#0F4DA4
3#0D4490
4#0B3A7B
5#0A3067
6#082752
7#061D3E
8#041329
9#020A15
Tints
Lighter variations
1#166DE7
2#2E7DEC
3#488DEE
4#629DF0
5#7CAEF3
6#96BEF5
7#B1CEF8
8#CBDEFA
9#E5EFFD
Tones
Muted variations
1#1C62C4
2#2664BB
3#2F65B1
4#3867A8
5#42689F
6#4B6A95
7#546C8C
8#5E6D83
9#676F7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D9 #C2D9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BC #94BCF5 | BordersInactive statesPlaceholder text |
| 400 | 5C99 #5C99F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D7C #2D7CEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1361 #1361CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F4D #0F4DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B37 #0B3775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0723 #07234B | Primary textHigh emphasis contentDark headings |
| 950 | 0416 #04162F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DEEBFC;
--cobalt-200: #C2D9F9;
--cobalt-300: #94BCF5;
--cobalt-400: #5C99F0;
--cobalt-500: #2D7CEB;
--cobalt-600: #1361CD;
--cobalt-700: #0F4DA3;
--cobalt-800: #0B3775;
--cobalt-900: #07234B;
--cobalt-950: #04162F;
}