Sky Blue

#53F9F9

Cyan

Color Codes

All color formats for development

HEX
#53F9F9
RGB
rgb(83, 249, 249)
HSL
hsl(180, 93%, 65%)
OKLCH
oklch(0.899 0.134 195)
CMYK
cmyk(67%, 0%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.29:1

AA AAA

On Black Background

16.29: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#33F8F8
2#13F6F6
3#08E0E0
4#07C0C0
5#06A0A0
6#058080
7#036060
8#024040
9#012020

Tints

Lighter variations

1#64F9F9
2#75FAFA
3#86FBFB
4#98FBFB
5#A9FCFC
6#BAFDFD
7#CBFDFD
8#DDFEFE
9#EEFEFE

Tones

Muted variations

1#5BF0F0
2#63E8E8
3#6CE0E0
4#74D8D8
5#7CCFCF
6#85C7C7
7#8DBFBF
8#95B6B6
9#9DAEAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFE
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEFE
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDFD
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBFB
BordersInactive statesPlaceholder text
400
53F9
#53F9F9
Disabled statesSecondary iconsMuted text
500
22F7
#22F7F7
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D9D9
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06ACAC
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B7B
Text on light backgroundsHeadingsStrong borders
900
034F
#034F4F
Primary textHigh emphasis contentDark headings
950
0231
#023131
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FEFE;
  --sky-blue-100: #DDFEFE;
  --sky-blue-200: #BFFDFD;
  --sky-blue-300: #8EFBFB;
  --sky-blue-400: #53F9F9;
  --sky-blue-500: #22F7F7;
  --sky-blue-600: #08D9D9;
  --sky-blue-700: #06ACAC;
  --sky-blue-800: #047B7B;
  --sky-blue-900: #034F4F;
  --sky-blue-950: #023131;
}
Generate More ShadesCreate PaletteConvert Color