Sky Blue

#9CEDEB

Cyan

Color Codes

All color formats for development

HEX
#9CEDEB
RGB
rgb(156, 237, 235)
HSL
hsl(179, 69%, 77%)
OKLCH
oklch(0.894 0.079 193.8)
CMYK
cmyk(34%, 0%, 1%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.34:1

AA AAA

On Black Background

15.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F5
300
#9CED
400
#68E3
500
#3DDB
600
#23BE
700
#1C97
800
#146C
900
#0D45
950
#082B

Shades

Darker variations

1#7BE7E5
2#5AE1DE
3#38DBD8
4#25C7C4
5#1EA6A4
6#188583
7#126462
8#0C4241
9#062121

Tints

Lighter variations

1#A6EFED
2#B0F0EF
3#BAF2F1
4#C4F4F3
5#CDF6F5
6#D7F8F7
7#E1FAF9
8#EBFBFB
9#F5FDFD

Tones

Muted variations

1#A0E9E8
2#A4E5E4
3#A8E1E0
4#ACDDDC
5#B0D9D8
6#B4D5D4
7#B8D0D0
8#BCCCCC
9#C0C8C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F9
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5F4
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDEB
BordersInactive statesPlaceholder text
400
68E3
#68E3E1
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDBD9
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BEBB
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9795
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C6A
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4544
Primary textHigh emphasis contentDark headings
950
082B
#082B2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FDFC;
  --sky-blue-100: #E1F9F9;
  --sky-blue-200: #C7F5F4;
  --sky-blue-300: #9CEDEB;
  --sky-blue-400: #68E3E1;
  --sky-blue-500: #3DDBD9;
  --sky-blue-600: #23BEBB;
  --sky-blue-700: #1C9795;
  --sky-blue-800: #146C6A;
  --sky-blue-900: #0D4544;
  --sky-blue-950: #082B2B;
}
Generate More ShadesCreate PaletteConvert Color