Cobalt
#104FA2
BlueColor Codes
All color formats for development
HEX
#104FA2RGB
rgb(16, 79, 162)HSL
hsl(214, 82%, 35%)OKLCH
oklch(0.441 0.148 257.8)CMYK
cmyk(90%, 51%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E4892
2#0D4082
3#0B3872
4#0A3061
5#082851
6#062041
7#051831
8#031020
9#020810
Tints
Lighter variations
1#135EC1
2#166DDF
3#2C7EEA
4#4A91ED
5#68A3F0
6#86B5F3
7#A5C8F6
8#C3DAF9
9#E1EDFC
Tones
Muted variations
1#17509B
2#1F5194
3#26528C
4#2D5385
5#35547E
6#3C5577
7#43566F
8#4B5768
9#525861
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DA #C3DAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BE #94BEF4 | BordersInactive statesPlaceholder text |
| 400 | 5D9C #5D9CEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E80 #2E80EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1464 #1464CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 104F #104FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B39 #0B3974 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0724 #07244A | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FE;
--cobalt-100: #DFEBFC;
--cobalt-200: #C3DAF9;
--cobalt-300: #94BEF4;
--cobalt-400: #5D9CEF;
--cobalt-500: #2E80EA;
--cobalt-600: #1464CC;
--cobalt-700: #104FA2;
--cobalt-800: #0B3974;
--cobalt-900: #07244A;
--cobalt-950: #05172E;
}