Sky Blue

#9CECEB

Cyan

Color Codes

All color formats for development

HEX
#9CECEB
RGB
rgb(156, 236, 235)
HSL
hsl(179, 68%, 77%)
OKLCH
oklch(0.891 0.078 194.8)
CMYK
cmyk(34%, 0%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.35:1

AA AAA

On Black Background

15.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F4
300
#9CEC
400
#69E2
500
#3EDA
600
#24BC
700
#1D96
800
#146B
900
#0D45
950
#082B

Shades

Darker variations

1#7BE6E4
2#5AE0DD
3#3AD9D7
4#26C6C3
5#1FA5A3
6#198482
7#136362
8#0D4241
9#062121

Tints

Lighter variations

1#A6EEED
2#B0F0EF
3#BAF2F1
4#C4F4F3
5#CEF6F5
6#D8F7F7
7#E1F9F9
8#EBFBFB
9#F5FDFD

Tones

Muted variations

1#A0E8E7
2#A4E4E3
3#A8E0DF
4#ACDCDB
5#B0D8D8
6#B4D4D4
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
C7F4
#C7F4F4
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECEB
BordersInactive statesPlaceholder text
400
69E2
#69E2E0
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDAD8
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BCBA
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D9694
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B6A
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4544
Primary textHigh emphasis contentDark headings
950
082B
#082B2A
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: #C7F4F4;
  --sky-blue-300: #9CECEB;
  --sky-blue-400: #69E2E0;
  --sky-blue-500: #3EDAD8;
  --sky-blue-600: #24BCBA;
  --sky-blue-700: #1D9694;
  --sky-blue-800: #146B6A;
  --sky-blue-900: #0D4544;
  --sky-blue-950: #082B2A;
}
Generate More ShadesCreate PaletteConvert Color