Sky Blue

#6CE0D6

Cyan

Color Codes

All color formats for development

HEX
#6CE0D6
RGB
rgb(108, 224, 214)
HSL
hsl(175, 65%, 65%)
OKLCH
oklch(0.837 0.107 187.8)
CMYK
cmyk(52%, 0%, 4%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.58:1

AA AAA

On Black Background

13.27: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#50DACE
2#35D4C7
3#29BFB3
4#23A499
5#1D8980
6#176D66
7#11524D
8#0C3733
9#061B1A

Tints

Lighter variations

1#7AE3DA
2#89E6DE
3#98E9E2
4#A7ECE6
5#B5EFEB
6#C4F3EF
7#D3F6F3
8#E2F9F7
9#F0FCFB

Tones

Muted variations

1#72DAD1
2#77D4CC
3#7DCEC8
4#83C9C3
5#89C3BE
6#8FBDB9
7#94B7B4
8#9AB1AF
9#A0ACAB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F7
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3F0
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEAE4
BordersInactive statesPlaceholder text
400
6CE0
#6CE0D6
Disabled statesSecondary iconsMuted text
500
42D7
#42D7CA
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B9AD
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F938A
Active/pressed statesDark mode accentsSecondary text
800
1669
#166962
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E433F
Primary textHigh emphasis contentDark headings
950
092A
#092A27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FCFB;
  --sky-blue-100: #E2F9F7;
  --sky-blue-200: #C8F3F0;
  --sky-blue-300: #9EEAE4;
  --sky-blue-400: #6CE0D6;
  --sky-blue-500: #42D7CA;
  --sky-blue-600: #27B9AD;
  --sky-blue-700: #1F938A;
  --sky-blue-800: #166962;
  --sky-blue-900: #0E433F;
  --sky-blue-950: #092A27;
}
Generate More ShadesCreate PaletteConvert Color