Sky Blue

#9CEDDD

Cyan

Color Codes

All color formats for development

HEX
#9CEDDD
RGB
rgb(156, 237, 221)
HSL
hsl(168, 69%, 77%)
OKLCH
oklch(0.889 0.083 180.5)
CMYK
cmyk(34%, 0%, 7%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.35:1

AA AAA

On Black Background

15.57: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#7BE7D1
2#5AE1C6
3#38DBBA
4#25C7A7
5#1EA68B
6#18856F
7#126453
8#0C4238
9#06211C

Tints

Lighter variations

1#A6EFE0
2#B0F0E4
3#BAF2E7
4#C4F4EA
5#CDF6EE
6#D7F8F1
7#E1FAF5
8#EBFBF8
9#F5FDFC

Tones

Muted variations

1#A0E9DA
2#A4E5D8
3#A8E1D5
4#ACDDD3
5#B0D9D0
6#B4D5CE
7#B8D0CC
8#BCCCC9
9#C0C8C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F5
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5EC
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDDD
BordersInactive statesPlaceholder text
400
68E3
#68E3CB
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDBBC
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE9F
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C977E
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C5A
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D453A
Primary textHigh emphasis contentDark headings
950
082B
#082B24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FDFB;
  --sky-blue-100: #E1F9F5;
  --sky-blue-200: #C7F5EC;
  --sky-blue-300: #9CEDDD;
  --sky-blue-400: #68E3CB;
  --sky-blue-500: #3DDBBC;
  --sky-blue-600: #23BE9F;
  --sky-blue-700: #1C977E;
  --sky-blue-800: #146C5A;
  --sky-blue-900: #0D453A;
  --sky-blue-950: #082B24;
}
Generate More ShadesCreate PaletteConvert Color