Steel Blue
#1FAEC1
CyanColor Codes
All color formats for development
HEX
#1FAEC1RGB
rgb(31, 174, 193)HSL
hsl(187, 72%, 44%)OKLCH
oklch(0.69 0.114 209.2)CMYK
cmyk(84%, 10%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C9DAE
2#198B9A
3#167A87
4#136874
5#105760
6#0D464D
7#09343A
8#062327
9#031113
Tints
Lighter variations
1#23C4DA
2#3BCCDF
3#53D2E3
4#6CD9E7
5#84DFEB
6#9DE5EF
7#B5ECF3
8#CEF2F7
9#E6F9FB
Tones
Muted variations
1#27A8B9
2#30A2B1
3#389CA9
4#4095A1
5#488F99
6#508991
7#588388
8#607D80
9#687678
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE5 #9AE5EF | BordersInactive statesPlaceholder text |
| 400 | 65D7 #65D7E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3ACC #3ACCDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FAE #1FAEC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 198B #198B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1263 #12636E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3F #0B3F46 | Primary textHigh emphasis contentDark headings |
| 950 | 0728 #07282C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFD;
--steel-blue-100: #E0F7FA;
--steel-blue-200: #C6F0F6;
--steel-blue-300: #9AE5EF;
--steel-blue-400: #65D7E6;
--steel-blue-500: #3ACCDF;
--steel-blue-600: #1FAEC1;
--steel-blue-700: #198B9A;
--steel-blue-800: #12636E;
--steel-blue-900: #0B3F46;
--steel-blue-950: #07282C;
}