Sky Blue

#53F9E8

Cyan

Color Codes

All color formats for development

HEX
#53F9E8
RGB
rgb(83, 249, 232)
HSL
hsl(174, 93%, 65%)
OKLCH
oklch(0.893 0.137 185.2)
CMYK
cmyk(67%, 0%, 7%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.31:1

AA AAA

On Black Background

16.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFD
300
#8EFB
400
#53F9
500
#22F7
600
#08D9
700
#06AC
800
#047B
900
#034F
950
#0231

Shades

Darker variations

1#33F8E4
2#13F6E0
3#08E0CA
4#07C0AD
5#06A091
6#058074
7#036057
8#02403A
9#01201D

Tints

Lighter variations

1#64F9EA
2#75FAED
3#86FBEF
4#98FBF1
5#A9FCF4
6#BAFDF6
7#CBFDF8
8#DDFEFA
9#EEFEFD

Tones

Muted variations

1#5BF0E2
2#63E8DB
3#6CE0D4
4#74D8CE
5#7CCFC7
6#85C7C0
7#8DBFBA
8#95B6B3
9#9DAEAC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEFA
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDF7
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBF0
BordersInactive statesPlaceholder text
400
53F9
#53F9E8
Disabled statesSecondary iconsMuted text
500
22F7
#22F7E2
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D9C4
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC9C
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B6F
Text on light backgroundsHeadingsStrong borders
900
034F
#034F47
Primary textHigh emphasis contentDark headings
950
0231
#02312C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FEFD;
  --sky-blue-100: #DDFEFA;
  --sky-blue-200: #BFFDF7;
  --sky-blue-300: #8EFBF0;
  --sky-blue-400: #53F9E8;
  --sky-blue-500: #22F7E2;
  --sky-blue-600: #08D9C4;
  --sky-blue-700: #06AC9C;
  --sky-blue-800: #047B6F;
  --sky-blue-900: #034F47;
  --sky-blue-950: #02312C;
}
Generate More ShadesCreate PaletteConvert Color