Sky Blue
#9CE7EC
CyanColor Codes
All color formats for development
HEX
#9CE7ECRGB
rgb(156, 231, 236)HSL
hsl(184, 68%, 77%)OKLCH
oklch(0.881 0.074 201.2)CMYK
cmyk(34%, 2%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BDFE6
2#5AD7E0
3#3ACFD9
4#26BBC6
5#1F9CA5
6#197D84
7#135E63
8#0D3E42
9#061F21
Tints
Lighter variations
1#A6E9EE
2#B0ECF0
3#BAEEF2
4#C4F1F4
5#CEF3F6
6#D8F5F7
7#E1F8F9
8#EBFAFB
9#F5FDFD
Tones
Muted variations
1#A0E3E8
2#A4E0E4
3#A8DDE0
4#ACD9DC
5#B0D6D8
6#B4D2D4
7#B8CFD0
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 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F1 #C7F1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE7 #9CE7EC | BordersInactive statesPlaceholder text |
| 400 | 69DA #69DAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ED0 #3ED0DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24B2 #24B2BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8E #1D8E96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1465 #14656B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D41 #0D4145 | 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: #C7F1F4;
--sky-blue-300: #9CE7EC;
--sky-blue-400: #69DAE2;
--sky-blue-500: #3ED0DA;
--sky-blue-600: #24B2BC;
--sky-blue-700: #1D8E96;
--sky-blue-800: #14656B;
--sky-blue-900: #0D4145;
--sky-blue-950: #08292B;
}