Sky Blue
#9CEAEC
CyanColor Codes
All color formats for development
HEX
#9CEAECRGB
rgb(156, 234, 236)HSL
hsl(182, 68%, 77%)OKLCH
oklch(0.887 0.077 197.9)CMYK
cmyk(34%, 1%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE2E6
2#5ADBE0
3#3AD4D9
4#26C1C6
5#1FA0A5
6#198084
7#136063
8#0D4042
9#062021
Tints
Lighter variations
1#A6ECEE
2#B0EEF0
3#BAF0F2
4#C4F2F4
5#CEF4F6
6#D8F6F7
7#E1F9F9
8#EBFBFB
9#F5FDFD
Tones
Muted variations
1#A0E6E8
2#A4E2E4
3#A8DEE0
4#ACDBDC
5#B0D7D8
6#B4D3D4
7#B8D0D0
8#BCCCCC
9#C0C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F3 #C7F3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEA #9CEAEC | BordersInactive statesPlaceholder text |
| 400 | 69DE #69DEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ED5 #3ED5DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24B7 #24B7BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D92 #1D9296 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1468 #14686B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D43 #0D4345 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E1F8F9;
--sky-blue-200: #C7F3F4;
--sky-blue-300: #9CEAEC;
--sky-blue-400: #69DEE2;
--sky-blue-500: #3ED5DA;
--sky-blue-600: #24B7BC;
--sky-blue-700: #1D9296;
--sky-blue-800: #14686B;
--sky-blue-900: #0D4345;
--sky-blue-950: #082A2B;
}