Cobalt
#0667AC
BlueColor Codes
All color formats for development
HEX
#0667ACRGB
rgb(6, 103, 172)HSL
hsl(205, 93%, 35%)OKLCH
oklch(0.502 0.134 248.5)CMYK
cmyk(97%, 40%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#065D9B
2#05528A
3#044879
4#043E67
5#033456
6#022945
7#021F34
8#011522
9#010A11
Tints
Lighter variations
1#077ACC
2#098DEC
3#1F9DF7
4#3FABF8
5#5FB9F9
6#7FC7FA
7#9FD5FC
8#BFE3FD
9#DFF1FE
Tones
Muted variations
1#0F66A4
2#17649C
3#1F6393
4#27628B
5#306083
6#385F7A
7#405D72
8#495C6A
9#515B62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE3 #BFE3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECD #8ECDFB | BordersInactive statesPlaceholder text |
| 400 | 53B4 #53B4F9 | Disabled statesSecondary iconsMuted text |
| 500 | 229E #229EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0882 #0882D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0667 #0667AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044A #044A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032F #032F4F | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FE;
--cobalt-100: #DDF0FE;
--cobalt-200: #BFE3FD;
--cobalt-300: #8ECDFB;
--cobalt-400: #53B4F9;
--cobalt-500: #229EF7;
--cobalt-600: #0882D9;
--cobalt-700: #0667AC;
--cobalt-800: #044A7B;
--cobalt-900: #032F4F;
--cobalt-950: #021D31;
}