Cobalt
#1E6194
BlueColor Codes
All color formats for development
HEX
#1E6194RGB
rgb(30, 97, 148)HSL
hsl(206, 66%, 35%)OKLCH
oklch(0.477 0.105 245.9)CMYK
cmyk(80%, 34%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B5785
2#184E77
3#154468
4#123A59
5#0F314A
6#0C273B
7#091D2C
8#06131E
9#030A0F
Tints
Lighter variations
1#2473B0
2#2A85CB
3#3E95D8
4#5AA4DD
5#75B3E3
6#91C3E8
7#ACD2EE
8#C8E1F4
9#E3F0F9
Tones
Muted variations
1#24608E
2#2A6088
3#305F82
4#365E7D
5#3C5D77
6#425C71
7#485C6B
8#4D5B65
9#535A5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E1 #C8E1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECA #9ECAEB | BordersInactive statesPlaceholder text |
| 400 | 6BAE #6BAEE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4196 #4196D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 267A #267ABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E61 #1E6194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1645 #16456A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2C #0E2C44 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F8FC;
--cobalt-100: #E1EFF9;
--cobalt-200: #C8E1F4;
--cobalt-300: #9ECAEB;
--cobalt-400: #6BAEE1;
--cobalt-500: #4196D8;
--cobalt-600: #267ABA;
--cobalt-700: #1E6194;
--cobalt-800: #16456A;
--cobalt-900: #0E2C44;
--cobalt-950: #091C2A;
}