Sky Blue

#97F2E7

Cyan

Color Codes

All color formats for development

HEX
#97F2E7
RGB
rgb(151, 242, 231)
HSL
hsl(173, 78%, 77%)
OKLCH
oklch(0.901 0.089 186)
CMYK
cmyk(38%, 0%, 5%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.30:1

AA AAA

On Black Background

16.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#74EEE0
2#51E9D8
3#2EE5D0
4#1AD2BC
5#16AF9D
6#118C7E
7#0D695E
8#09463F
9#04231F

Tints

Lighter variations

1#A1F3EA
2#ABF5EC
3#B6F6EE
4#C0F7F1
5#CBF9F3
6#D5FAF6
7#E0FBF8
8#EAFCFA
9#F5FEFD

Tones

Muted variations

1#9BEEE4
2#A0E9E0
3#A4E4DD
4#A9E0D9
5#ADDBD6
6#B2D7D2
7#B7D2CF
8#BBCDCB
9#C0C9C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF8
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8F2
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2E7
BordersInactive statesPlaceholder text
400
60EB
#60EBDB
Disabled statesSecondary iconsMuted text
500
33E6
#33E6D1
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C8B3
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F8F
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7166
Text on light backgroundsHeadingsStrong borders
900
0949
#094941
Primary textHigh emphasis contentDark headings
950
062D
#062D29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FDFC;
  --sky-blue-100: #DFFBF8;
  --sky-blue-200: #C4F8F2;
  --sky-blue-300: #97F2E7;
  --sky-blue-400: #60EBDB;
  --sky-blue-500: #33E6D1;
  --sky-blue-600: #19C8B3;
  --sky-blue-700: #149F8F;
  --sky-blue-800: #0E7166;
  --sky-blue-900: #094941;
  --sky-blue-950: #062D29;
}
Generate More ShadesCreate PaletteConvert Color