Sky Blue

#6CE0CC

Cyan

Color Codes

All color formats for development

HEX
#6CE0CC
RGB
rgb(108, 224, 204)
HSL
hsl(170, 65%, 65%)
OKLCH
oklch(0.834 0.11 180.7)
CMYK
cmyk(52%, 0%, 9%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.59:1

AA AAA

On Black Background

13.17: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#50DAC3
2#35D4BA
3#29BFA6
4#23A48F
5#1D8977
6#176D5F
7#115247
8#0C3730
9#061B18

Tints

Lighter variations

1#7AE3D1
2#89E6D7
3#98E9DC
4#A7ECE1
5#B5EFE6
6#C4F3EB
7#D3F6F0
8#E2F9F5
9#F0FCFA

Tones

Muted variations

1#72DAC9
2#77D4C5
3#7DCEC1
4#83C9BD
5#89C3B9
6#8FBDB5
7#94B7B1
8#9AB1AD
9#A0ACAA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F5
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3EC
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEADE
BordersInactive statesPlaceholder text
400
6CE0
#6CE0CC
Disabled statesSecondary iconsMuted text
500
42D7
#42D7BE
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B9A1
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F9380
Active/pressed statesDark mode accentsSecondary text
800
1669
#16695B
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E433A
Primary textHigh emphasis contentDark headings
950
092A
#092A25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FCFB;
  --sky-blue-100: #E2F9F5;
  --sky-blue-200: #C8F3EC;
  --sky-blue-300: #9EEADE;
  --sky-blue-400: #6CE0CC;
  --sky-blue-500: #42D7BE;
  --sky-blue-600: #27B9A1;
  --sky-blue-700: #1F9380;
  --sky-blue-800: #16695B;
  --sky-blue-900: #0E433A;
  --sky-blue-950: #092A25;
}
Generate More ShadesCreate PaletteConvert Color