Cobalt
#0A69D6
BlueColor Codes
All color formats for development
HEX
#0A69D6RGB
rgb(10, 105, 214)HSL
hsl(212, 91%, 44%)OKLCH
oklch(0.537 0.185 257)CMYK
cmyk(95%, 51%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#095FC1
2#0854AB
3#074A96
4#063F81
5#05356B
6#042A56
7#032040
8#02152B
9#010B15
Tints
Lighter variations
1#0B77F2
2#2586F5
3#4095F6
4#5BA4F7
5#77B3F9
6#92C2FA
7#ADD2FB
8#C8E1FC
9#E4F0FE
Tones
Muted variations
1#146ACC
2#1F6BC2
3#296BB8
4#336CAD
5#3D6DA3
6#476D99
7#526E8F
8#5C6F85
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 | 8FC1 #8FC1FA | BordersInactive statesPlaceholder text |
| 400 | 55A0 #55A0F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2485 #2485F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A69 #0A69D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0854 #0854AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063C #063C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0426 #04264E | Primary textHigh emphasis contentDark headings |
| 950 | 0218 #021831 | 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: #8FC1FA;
--cobalt-400: #55A0F7;
--cobalt-500: #2485F5;
--cobalt-600: #0A69D6;
--cobalt-700: #0854AA;
--cobalt-800: #063C7A;
--cobalt-900: #04264E;
--cobalt-950: #021831;
}