Steel Blue

#27B9B4

Cyan

Color Codes

All color formats for development

HEX
#27B9B4
RGB
rgb(39, 185, 180)
HSL
hsl(178, 65%, 44%)
OKLCH
oklch(0.713 0.115 191.3)
CMYK
cmyk(79%, 0%, 3%, 27%)

Accessibility

WCAG contrast compliance

On White Background

2.42:1

AA AAA

On Black Background

8.68: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#23A7A2
2#1F9490
3#1B827E
4#186F6C
5#145D5A
6#104A48
7#0C3836
8#082524
9#041312

Tints

Lighter variations

1#2CD1CB
2#43D7D2
3#5ADCD8
4#72E1DD
5#89E6E3
6#A1EBE9
7#B8F0EE
8#D0F5F4
9#E7FAF9

Tones

Muted variations

1#2FB2AD
2#36ABA7
3#3DA3A0
4#449C99
5#4C9592
6#538D8B
7#5A8685
8#627F7E
9#697777

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F8
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3F2
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEAE8
BordersInactive statesPlaceholder text
400
6CE0
#6CE0DC
Disabled statesSecondary iconsMuted text
500
42D7
#42D7D2
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B9B4
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F938F
Active/pressed statesDark mode accentsSecondary text
800
1669
#166966
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E4342
Primary textHigh emphasis contentDark headings
950
092A
#092A29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F2FCFC;
  --steel-blue-100: #E2F9F8;
  --steel-blue-200: #C8F3F2;
  --steel-blue-300: #9EEAE8;
  --steel-blue-400: #6CE0DC;
  --steel-blue-500: #42D7D2;
  --steel-blue-600: #27B9B4;
  --steel-blue-700: #1F938F;
  --steel-blue-800: #166966;
  --steel-blue-900: #0E4342;
  --steel-blue-950: #092A29;
}
Generate More ShadesCreate PaletteConvert Color