Steel Blue
#25BBB9
CyanColor Codes
All color formats for development
HEX
#25BBB9RGB
rgb(37, 187, 185)HSL
hsl(179, 67%, 44%)OKLCH
oklch(0.72 0.117 193.4)CMYK
cmyk(80%, 0%, 1%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A9A6
2#1E9694
3#1A8381
4#16706F
5#135E5C
6#0F4B4A
7#0B3837
8#072525
9#041312
Tints
Lighter variations
1#2AD3D0
2#40D9D7
3#58DEDC
4#70E3E1
5#88E7E6
6#A0ECEB
7#B7F1F0
8#CFF6F5
9#E7FAFA
Tones
Muted variations
1#2DB4B2
2#34ACAA
3#3CA5A3
4#439D9C
5#4B9695
6#528E8D
7#5A8786
8#617F7F
9#697877
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECEA | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9593 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4443 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FCFC;
--steel-blue-100: #E1F9F9;
--steel-blue-200: #C8F4F3;
--steel-blue-300: #9DECEA;
--steel-blue-400: #6AE2E0;
--steel-blue-500: #3FD9D7;
--steel-blue-600: #25BBB9;
--steel-blue-700: #1D9593;
--steel-blue-800: #156A69;
--steel-blue-900: #0D4443;
--steel-blue-950: #082B2A;
}