Sky Blue
#9DE8EC
CyanColor Codes
All color formats for development
HEX
#9DE8ECRGB
rgb(157, 232, 236)HSL
hsl(183, 68%, 77%)OKLCH
oklch(0.883 0.074 200.1)CMYK
cmyk(33%, 2%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE1E6
2#5AD9E0
3#3AD1D9
4#26BEC6
5#1F9EA5
6#197F84
7#135F63
8#0D3F42
9#062021
Tints
Lighter variations
1#A6EBEE
2#B0EDF0
3#BAEFF2
4#C4F1F4
5#CEF4F6
6#D8F6F7
7#E1F8F9
8#EBFAFB
9#F5FDFD
Tones
Muted variations
1#A0E5E8
2#A4E1E4
3#A8DDE0
4#ACDADC
5#B0D6D8
6#B4D3D4
7#B8CFD0
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 | C7F2 #C7F2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE8 #9CE8EC | BordersInactive statesPlaceholder text |
| 400 | 69DC #69DCE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ED2 #3ED2DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24B5 #24B5BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D90 #1D9096 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1467 #14676B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D42 #0D4245 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | 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: #C7F2F4;
--sky-blue-300: #9CE8EC;
--sky-blue-400: #69DCE2;
--sky-blue-500: #3ED2DA;
--sky-blue-600: #24B5BC;
--sky-blue-700: #1D9096;
--sky-blue-800: #14676B;
--sky-blue-900: #0D4245;
--sky-blue-950: #08292B;
}