Sky Blue
#9DE6EC
CyanColor Codes
All color formats for development
HEX
#9DE6ECRGB
rgb(157, 230, 236)HSL
hsl(185, 68%, 77%)OKLCH
oklch(0.879 0.073 202.4)CMYK
cmyk(33%, 3%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BDDE6
2#5AD5E0
3#3ACCD9
4#26B9C6
5#1F9AA5
6#197B84
7#135C63
8#0D3E42
9#061F21
Tints
Lighter variations
1#A6E8EE
2#B0EBF0
3#BAEDF2
4#C4F0F4
5#CEF2F6
6#D8F5F7
7#E1F7F9
8#EBFAFB
9#F5FCFD
Tones
Muted variations
1#A0E2E8
2#A4DFE4
3#A8DCE0
4#ACD8DC
5#B0D5D8
6#B4D2D4
7#B8CED0
8#BCCBCC
9#C0C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F1 #C7F1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE6 #9CE6EC | BordersInactive statesPlaceholder text |
| 400 | 69D8 #69D8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ECD #3ECDDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24B0 #24B0BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8C #1D8C96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1464 #14646B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D40 #0D4045 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E1F7F9;
--sky-blue-200: #C7F1F4;
--sky-blue-300: #9CE6EC;
--sky-blue-400: #69D8E2;
--sky-blue-500: #3ECDDA;
--sky-blue-600: #24B0BC;
--sky-blue-700: #1D8C96;
--sky-blue-800: #14646B;
--sky-blue-900: #0D4045;
--sky-blue-950: #08282B;
}