Cobalt
#0E66A4
BlueColor Codes
All color formats for development
HEX
#0E66A4RGB
rgb(14, 102, 164)HSL
hsl(205, 84%, 35%)OKLCH
oklch(0.496 0.124 246.8)CMYK
cmyk(91%, 38%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5C94
2#0B5183
3#0A4773
4#093D63
5#073352
6#062942
7#041F31
8#031421
9#010A10
Tints
Lighter variations
1#1179C3
2#148CE1
3#2A9BEC
4#48A9EF
5#67B8F2
6#85C6F4
7#A4D4F7
8#C2E2FA
9#E1F1FC
Tones
Muted variations
1#16649D
2#1D6395
3#25628E
4#2C6186
5#345F7F
6#3B5E77
7#435D70
8#4A5C68
9#525A61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93CD #93CDF6 | BordersInactive statesPlaceholder text |
| 400 | 5BB2 #5BB2F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C9C #2C9CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1280 #1280CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E66 #0E66A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A49 #0A4975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072F #072F4B | Primary textHigh emphasis contentDark headings |
| 950 | 041D #041D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DEF0FC;
--cobalt-200: #C2E2FA;
--cobalt-300: #93CDF6;
--cobalt-400: #5BB2F1;
--cobalt-500: #2C9CED;
--cobalt-600: #1280CE;
--cobalt-700: #0E66A4;
--cobalt-800: #0A4975;
--cobalt-900: #072F4B;
--cobalt-950: #041D2F;
}