Sky Blue
#9CE6ED
CyanColor Codes
All color formats for development
HEX
#9CE6EDRGB
rgb(156, 230, 237)HSL
hsl(185, 69%, 77%)OKLCH
oklch(0.879 0.074 203.4)CMYK
cmyk(34%, 3%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BDEE7
2#5AD5E1
3#38CDDB
4#25BAC7
5#1E9BA6
6#187C85
7#125D64
8#0C3E42
9#061F21
Tints
Lighter variations
1#A6E9EF
2#B0EBF0
3#BAEEF2
4#C4F0F4
5#CDF3F6
6#D7F5F8
7#E1F8FA
8#EBFAFB
9#F5FDFD
Tones
Muted variations
1#A0E3E9
2#A4DFE5
3#A8DCE1
4#ACD9DD
5#B0D5D9
6#B4D2D5
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 #C7F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE6 #9CE6ED | BordersInactive statesPlaceholder text |
| 400 | 68D9 #68D9E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DCE #3DCEDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B1 #23B1BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C8D #1C8D97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1464 #14646C | 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: #C7F1F5;
--sky-blue-300: #9CE6ED;
--sky-blue-400: #68D9E3;
--sky-blue-500: #3DCEDB;
--sky-blue-600: #23B1BE;
--sky-blue-700: #1C8D97;
--sky-blue-800: #14646C;
--sky-blue-900: #0D4045;
--sky-blue-950: #08282B;
}