Sky Blue
#9CEBEC
CyanColor Codes
All color formats for development
HEX
#9CEBECRGB
rgb(156, 235, 236)HSL
hsl(181, 68%, 77%)OKLCH
oklch(0.89 0.077 196.9)CMYK
cmyk(34%, 0%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE4E6
2#5ADDE0
3#3AD7D9
4#26C3C6
5#1FA3A5
6#198284
7#136263
8#0D4142
9#062121
Tints
Lighter variations
1#A6EDEE
2#B0EFF0
3#BAF1F2
4#C4F3F4
5#CEF5F6
6#D8F7F7
7#E1F9F9
8#EBFBFB
9#F5FDFD
Tones
Muted variations
1#A0E7E8
2#A4E3E4
3#A8DFE0
4#ACDBDC
5#B0D8D8
6#B4D4D4
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 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEB #9CEBEC | BordersInactive statesPlaceholder text |
| 400 | 69E0 #69E0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ED8 #3ED8DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BA #24BABC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D94 #1D9496 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146A #146A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4445 | 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: #E1F9F9;
--sky-blue-200: #C7F4F4;
--sky-blue-300: #9CEBEC;
--sky-blue-400: #69E0E2;
--sky-blue-500: #3ED8DA;
--sky-blue-600: #24BABC;
--sky-blue-700: #1D9496;
--sky-blue-800: #146A6B;
--sky-blue-900: #0D4445;
--sky-blue-950: #082A2B;
}