Sky Blue
#9CECE6
CyanColor Codes
All color formats for development
HEX
#9CECE6RGB
rgb(156, 236, 230)HSL
hsl(176, 68%, 77%)OKLCH
oklch(0.89 0.079 189.9)CMYK
cmyk(34%, 0%, 3%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6DF
2#5AE0D7
3#3AD9CF
4#26C6BB
5#1FA59C
6#19847D
7#13635E
8#0D423E
9#06211F
Tints
Lighter variations
1#A6EEE9
2#B0F0EC
3#BAF2EE
4#C4F4F1
5#CEF6F3
6#D8F7F5
7#E1F9F8
8#EBFBFA
9#F5FDFD
Tones
Muted variations
1#A0E8E3
2#A4E4E0
3#A8E0DD
4#ACDCD9
5#B0D8D6
6#B4D4D2
7#B8D0CF
8#BCCCCB
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 #C7F4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE7 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2DA | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D968E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4541 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | 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: #C7F4F1;
--sky-blue-300: #9CECE7;
--sky-blue-400: #69E2DA;
--sky-blue-500: #3EDAD0;
--sky-blue-600: #24BCB2;
--sky-blue-700: #1D968E;
--sky-blue-800: #146B65;
--sky-blue-900: #0D4541;
--sky-blue-950: #082B29;
}