Steel Blue
#26BAA9
CyanColor Codes
All color formats for development
HEX
#26BAA9RGB
rgb(38, 186, 169)HSL
hsl(173, 66%, 44%)OKLCH
oklch(0.712 0.12 183)CMYK
cmyk(80%, 0%, 9%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22A898
2#1F9587
3#1B8276
4#177065
5#135D54
6#0F4B44
7#0B3833
8#082522
9#041311
Tints
Lighter variations
1#2BD2BE
2#41D8C7
3#59DDCE
4#71E2D5
5#88E7DC
6#A0ECE3
7#B8F0EA
8#D0F5F1
9#E7FAF8
Tones
Muted variations
1#2EB3A3
2#35AB9E
3#3CA498
4#449D92
5#4B958D
6#538E87
7#5A8681
8#617F7C
9#697876
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE2 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D3 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9486 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFB;
--steel-blue-100: #E1F9F6;
--steel-blue-200: #C8F4EF;
--steel-blue-300: #9EEBE2;
--steel-blue-400: #6BE1D3;
--steel-blue-500: #41D8C6;
--steel-blue-600: #26BAA9;
--steel-blue-700: #1E9486;
--steel-blue-800: #166A60;
--steel-blue-900: #0E443D;
--steel-blue-950: #092A26;
}