Cobalt
#0662DB
BlueColor Codes
All color formats for development
HEX
#0662DBRGB
rgb(6, 98, 219)HSL
hsl(214, 95%, 44%)OKLCH
oklch(0.526 0.2 259.1)CMYK
cmyk(97%, 55%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0558C5
2#044EAF
3#044599
4#033B83
5#03316D
6#022758
7#021D42
8#01142C
9#010A16
Tints
Lighter variations
1#066EF7
2#207EF9
3#3C8EFA
4#589EFB
5#74AFFB
6#90BFFC
7#ABCFFD
8#C7DFFE
9#E3EFFE
Tones
Muted variations
1#1063D0
2#1B65C5
3#2666BB
4#3068B0
5#3B69A5
6#466B9B
7#506C90
8#5B6D86
9#666F7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDA #BEDAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DBD #8DBDFC | BordersInactive statesPlaceholder text |
| 400 | 519A #519AFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F7E #1F7EF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0662 #0662DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 044E #044EAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0338 #03387C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0224 #022450 | Primary textHigh emphasis contentDark headings |
| 950 | 0116 #011632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FF;
--cobalt-100: #DCEBFE;
--cobalt-200: #BEDAFD;
--cobalt-300: #8DBDFC;
--cobalt-400: #519AFB;
--cobalt-500: #1F7EF9;
--cobalt-600: #0662DB;
--cobalt-700: #044EAE;
--cobalt-800: #03387C;
--cobalt-900: #022450;
--cobalt-950: #011632;
}