Steel Blue
#25BBB4
CyanColor Codes
All color formats for development
HEX
#25BBB4RGB
rgb(37, 187, 180)HSL
hsl(177, 67%, 44%)OKLCH
oklch(0.718 0.117 189.9)CMYK
cmyk(80%, 0%, 4%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A9A2
2#1E9690
3#1A837E
4#16706C
5#135E5A
6#0F4B48
7#0B3836
8#072524
9#041312
Tints
Lighter variations
1#2AD3CB
2#40D9D2
3#58DED7
4#70E3DD
5#88E7E3
6#A0ECE8
7#B7F1EE
8#CFF6F4
9#E7FAF9
Tones
Muted variations
1#2DB4AD
2#34ACA6
3#3CA5A0
4#439D99
5#4B9692
6#528E8B
7#5A8784
8#617F7E
9#697877
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE8 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2DC | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D958F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4441 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E1F9F8;
--steel-blue-200: #C8F4F2;
--steel-blue-300: #9DECE8;
--steel-blue-400: #6AE2DC;
--steel-blue-500: #3FD9D1;
--steel-blue-600: #25BBB4;
--steel-blue-700: #1D958F;
--steel-blue-800: #156A66;
--steel-blue-900: #0D4441;
--steel-blue-950: #082B29;
}