Steel Blue
#1A99C7
BlueColor Codes
All color formats for development
HEX
#1A99C7RGB
rgb(26, 153, 199)HSL
hsl(196, 77%, 44%)OKLCH
oklch(0.64 0.121 229.5)CMYK
cmyk(87%, 23%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1789B3
2#157A9F
3#126B8B
4#0F5C77
5#0D4C63
6#0A3D4F
7#082E3C
8#051F28
9#030F14
Tints
Lighter variations
1#1DACE0
2#35B6E5
3#4EBFE8
4#67C8EB
5#81D1EF
6#9ADAF2
7#B3E4F5
8#CCEDF8
9#E6F6FC
Tones
Muted variations
1#2294BE
2#2B90B5
3#348CAD
4#3C88A4
5#45849B
6#4E8093
7#567C8A
8#5F7881
9#687479
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EA #C4EAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D9 #97D9F2 | BordersInactive statesPlaceholder text |
| 400 | 61C6 #61C6EA | Disabled statesSecondary iconsMuted text |
| 500 | 34B5 #34B5E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A99 #1A99C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1579 #15799E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F57 #0F5771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0937 #093748 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1FAFD;
--steel-blue-100: #DFF4FB;
--steel-blue-200: #C4EAF7;
--steel-blue-300: #97D9F2;
--steel-blue-400: #61C6EA;
--steel-blue-500: #34B5E5;
--steel-blue-600: #1A99C7;
--steel-blue-700: #15799E;
--steel-blue-800: #0F5771;
--steel-blue-900: #093748;
--steel-blue-950: #06232D;
}