Sky Blue

#4DFFDB

Cyan

Color Codes

All color formats for development

HEX
#4DFFDB
RGB
rgb(77, 255, 219)
HSL
hsl(168, 100%, 65%)
OKLCH
oklch(0.902 0.151 176)
CMYK
cmyk(70%, 0%, 14%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.26:1

AA AAA

On Black Background

16.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#2BFFD5
2#0AFFCE
3#00E8BA
4#00C79F
5#00A685
6#00856A
7#006350
8#004235
9#00211B

Tints

Lighter variations

1#5EFFDF
2#70FFE2
3#82FFE6
4#94FFEA
5#A6FFED
6#B8FFF1
7#C9FFF4
8#DBFFF8
9#EDFFFB

Tones

Muted variations

1#55F6D6
2#5EEDD1
3#67E4CB
4#70DBC6
5#79D2C1
6#82C9BB
7#8BC1B6
8#94B8B0
9#9DAFAB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF8
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF2
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFE8
BordersInactive statesPlaceholder text
400
4DFF
#4DFFDB
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFD1
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0B4
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B38F
Active/pressed statesDark mode accentsSecondary text
800
0080
#008066
Text on light backgroundsHeadingsStrong borders
900
0052
#005241
Primary textHigh emphasis contentDark headings
950
0033
#003329
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FFFC;
  --sky-blue-100: #DBFFF8;
  --sky-blue-200: #BDFFF2;
  --sky-blue-300: #8AFFE8;
  --sky-blue-400: #4DFFDB;
  --sky-blue-500: #1AFFD1;
  --sky-blue-600: #00E0B4;
  --sky-blue-700: #00B38F;
  --sky-blue-800: #008066;
  --sky-blue-900: #005241;
  --sky-blue-950: #003329;
}
Generate More ShadesCreate PaletteConvert Color