Cobalt
#0B69D5
BlueColor Codes
All color formats for development
HEX
#0B69D5RGB
rgb(11, 105, 213)HSL
hsl(212, 90%, 44%)OKLCH
oklch(0.536 0.184 256.9)CMYK
cmyk(95%, 51%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A5FC0
2#0954AB
3#084A95
4#073F80
5#06356B
6#042A55
7#032040
8#02152B
9#010B15
Tints
Lighter variations
1#0D77F0
2#2686F4
3#4195F5
4#5CA4F6
5#77B3F8
6#92C2F9
7#AED2FB
8#C9E1FC
9#E4F0FE
Tones
Muted variations
1#156ACB
2#1F6BC1
3#2A6BB7
4#346CAD
5#3E6DA3
6#486E99
7#526E8E
8#5C6F84
9#66707A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DC #C0DCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C1 #90C1F9 | BordersInactive statesPlaceholder text |
| 400 | 55A0 #55A0F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2585 #2585F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B69 #0B69D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0954 #0954AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063C #063C79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0426 #04264E | Primary textHigh emphasis contentDark headings |
| 950 | 0318 #031830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F7FE;
--cobalt-100: #DDECFD;
--cobalt-200: #C0DCFC;
--cobalt-300: #90C1F9;
--cobalt-400: #55A0F6;
--cobalt-500: #2585F4;
--cobalt-600: #0B69D5;
--cobalt-700: #0954AA;
--cobalt-800: #063C79;
--cobalt-900: #04264E;
--cobalt-950: #031830;
}