Cobalt
#094FAA
BlueColor Codes
All color formats for development
HEX
#094FAARGB
rgb(9, 79, 170)HSL
hsl(214, 90%, 35%)OKLCH
oklch(0.446 0.16 258.3)CMYK
cmyk(95%, 54%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084799
2#073F88
3#063777
4#052F66
5#042755
6#041F44
7#031833
8#021022
9#010811
Tints
Lighter variations
1#0B5DC9
2#0C6CE9
3#237DF3
4#4290F5
5#62A2F7
6#81B5F8
7#A1C7FA
8#C0DAFC
9#E0ECFD
Tones
Muted variations
1#1150A2
2#19519A
3#215291
4#295389
5#315481
6#395579
7#415671
8#495769
9#515861
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DA #C0DAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BD #90BDF9 | BordersInactive statesPlaceholder text |
| 400 | 559B #559BF6 | Disabled statesSecondary iconsMuted text |
| 500 | 257E #257EF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B63 #0B63D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 094F #094FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0638 #063879 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0424 #04244E | Primary textHigh emphasis contentDark headings |
| 950 | 0316 #031630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FE;
--cobalt-100: #DDEBFD;
--cobalt-200: #C0DAFC;
--cobalt-300: #90BDF9;
--cobalt-400: #559BF6;
--cobalt-500: #257EF4;
--cobalt-600: #0B63D5;
--cobalt-700: #094FAA;
--cobalt-800: #063879;
--cobalt-900: #04244E;
--cobalt-950: #031630;
}