Cobalt
#0662AC
BlueColor Codes
All color formats for development
HEX
#0662ACRGB
rgb(6, 98, 172)HSL
hsl(207, 93%, 35%)OKLCH
oklch(0.49 0.14 251)CMYK
cmyk(97%, 43%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06589B
2#054E8A
3#044479
4#043B67
5#033156
6#022745
7#021D34
8#011422
9#010A11
Tints
Lighter variations
1#0774CC
2#0986EC
3#1F96F7
4#3FA5F8
5#5FB4F9
6#7FC3FA
7#9FD2FC
8#BFE1FD
9#DFF0FE
Tones
Muted variations
1#0F61A4
2#17609C
3#1F5F93
4#275E8B
5#305D83
6#385D7A
7#405C72
8#495B6A
9#515A62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE1 #BFE1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECA #8ECAFB | BordersInactive statesPlaceholder text |
| 400 | 53AE #53AEF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2297 #2297F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 087B #087BD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0662 #0662AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0446 #04467B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032D #032D4F | Primary textHigh emphasis contentDark headings |
| 950 | 021C #021C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FE;
--cobalt-100: #DDEFFE;
--cobalt-200: #BFE1FD;
--cobalt-300: #8ECAFB;
--cobalt-400: #53AEF9;
--cobalt-500: #2297F7;
--cobalt-600: #087BD9;
--cobalt-700: #0662AC;
--cobalt-800: #04467B;
--cobalt-900: #032D4F;
--cobalt-950: #021C31;
}