Sky Blue
#9DECEA
CyanColor Codes
All color formats for development
HEX
#9DECEARGB
rgb(157, 236, 234)HSL
hsl(178, 68%, 77%)OKLCH
oklch(0.892 0.077 193.8)CMYK
cmyk(33%, 0%, 1%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6E2
2#5AE0DB
3#3AD9D4
4#26C6C1
5#1FA5A0
6#198480
7#136360
8#0D4240
9#062120
Tints
Lighter variations
1#A6EEEC
2#B0F0EE
3#BAF2F0
4#C4F4F2
5#CEF6F4
6#D8F7F6
7#E1F9F9
8#EBFBFB
9#F5FDFD
Tones
Muted variations
1#A0E8E6
2#A4E4E2
3#A8E0DE
4#ACDCDB
5#B0D8D7
6#B4D4D3
7#B8D0D0
8#BCCCCC
9#C0C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECEA | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2DE | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9692 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4543 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E1F9F8;
--sky-blue-200: #C7F4F3;
--sky-blue-300: #9CECEA;
--sky-blue-400: #69E2DE;
--sky-blue-500: #3EDAD5;
--sky-blue-600: #24BCB7;
--sky-blue-700: #1D9692;
--sky-blue-800: #146B68;
--sky-blue-900: #0D4543;
--sky-blue-950: #082B2A;
}