Steel Blue
#1AA7C7
CyanColor Codes
All color formats for development
HEX
#1AA7C7RGB
rgb(26, 167, 199)HSL
hsl(191, 77%, 44%)OKLCH
oklch(0.674 0.117 218.7)CMYK
cmyk(87%, 16%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1796B3
2#15869F
3#12758B
4#0F6477
5#0D5363
6#0A434F
7#08323C
8#052128
9#031114
Tints
Lighter variations
1#1DBCE0
2#35C4E5
3#4ECCE8
4#67D3EB
5#81DAEF
6#9AE2F2
7#B3E9F5
8#CCF0F8
9#E6F8FC
Tones
Muted variations
1#22A1BE
2#2B9CB5
3#3497AD
4#3C91A4
5#458C9B
6#4E8693
7#56818A
8#5F7B81
9#687679
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EE #C4EEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E1 #97E1F2 | BordersInactive statesPlaceholder text |
| 400 | 61D1 #61D1EA | Disabled statesSecondary iconsMuted text |
| 500 | 34C4 #34C4E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AA7 #1AA7C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1585 #15859E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5F #0F5F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093D #093D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1FBFD;
--steel-blue-100: #DFF6FB;
--steel-blue-200: #C4EEF7;
--steel-blue-300: #97E1F2;
--steel-blue-400: #61D1EA;
--steel-blue-500: #34C4E5;
--steel-blue-600: #1AA7C7;
--steel-blue-700: #15859E;
--steel-blue-800: #0F5F71;
--steel-blue-900: #093D48;
--steel-blue-950: #06262D;
}