Cobalt
#0F6DA3
BlueColor Codes
All color formats for development
HEX
#0F6DA3RGB
rgb(15, 109, 163)HSL
hsl(202, 83%, 35%)OKLCH
oklch(0.512 0.116 241.9)CMYK
cmyk(91%, 33%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6293
2#0C5783
3#0B4C72
4#094162
5#083752
6#062C41
7#052131
8#031621
9#020B10
Tints
Lighter variations
1#1281C2
2#1595E0
3#2BA5EB
4#49B2EE
5#67BEF1
6#86CBF4
7#A4D8F7
8#C2E5F9
9#E1F2FC
Tones
Muted variations
1#176B9C
2#1E6995
3#25678D
4#2D6586
5#34637E
6#3C6177
7#435F6F
8#4A5D68
9#525B61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF1 #DEF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E5 #C2E5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D1 #94D1F5 | BordersInactive statesPlaceholder text |
| 400 | 5CBA #5CBAF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DA6 #2DA6EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1389 #1389CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F6D #0F6DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4E #0B4E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0732 #07324B | Primary textHigh emphasis contentDark headings |
| 950 | 041F #041F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FE;
--cobalt-100: #DEF1FC;
--cobalt-200: #C2E5F9;
--cobalt-300: #94D1F5;
--cobalt-400: #5CBAF0;
--cobalt-500: #2DA6EB;
--cobalt-600: #1389CD;
--cobalt-700: #0F6DA3;
--cobalt-800: #0B4E75;
--cobalt-900: #07324B;
--cobalt-950: #041F2F;
}