Steel Blue

#27B9B9

Cyan

Color Codes

All color formats for development

HEX
#27B9B9
RGB
rgb(39, 185, 185)
HSL
hsl(180, 65%, 44%)
OKLCH
oklch(0.715 0.115 194.9)
CMYK
cmyk(79%, 0%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.41:1

AA AAA

On Black Background

8.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C8F3
300
#9EEA
400
#6CE0
500
#42D7
600
#27B9
700
#1F93
800
#1669
900
#0E43
950
#092A

Shades

Darker variations

1#23A7A7
2#1F9494
3#1B8282
4#186F6F
5#145D5D
6#104A4A
7#0C3838
8#082525
9#041313

Tints

Lighter variations

1#2CD1D1
2#43D7D7
3#5ADCDC
4#72E1E1
5#89E6E6
6#A1EBEB
7#B8F0F0
8#D0F5F5
9#E7FAFA

Tones

Muted variations

1#2FB2B2
2#36ABAB
3#3DA3A3
4#449C9C
5#4C9595
6#538D8D
7#5A8686
8#627F7F
9#697777

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F9
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3F3
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEAEA
BordersInactive statesPlaceholder text
400
6CE0
#6CE0E0
Disabled statesSecondary iconsMuted text
500
42D7
#42D7D7
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B9B9
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F9393
Active/pressed statesDark mode accentsSecondary text
800
1669
#166969
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E4343
Primary textHigh emphasis contentDark headings
950
092A
#092A2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2FCFC;
  --steel-blue-100: #E2F9F9;
  --steel-blue-200: #C8F3F3;
  --steel-blue-300: #9EEAEA;
  --steel-blue-400: #6CE0E0;
  --steel-blue-500: #42D7D7;
  --steel-blue-600: #27B9B9;
  --steel-blue-700: #1F9393;
  --steel-blue-800: #166969;
  --steel-blue-900: #0E4343;
  --steel-blue-950: #092A2A;
}
Generate More ShadesCreate PaletteConvert Color