Sky Blue
#9CDCEC
CyanColor Codes
All color formats for development
HEX
#9CDCECRGB
rgb(156, 220, 236)HSL
hsl(192, 68%, 77%)OKLCH
oklch(0.857 0.068 215)CMYK
cmyk(34%, 7%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BD1E6
2#5AC5E0
3#3AB9D9
4#26A6C6
5#1F8AA5
6#196F84
7#135363
8#0D3742
9#061C21
Tints
Lighter variations
1#A6E0EE
2#B0E3F0
3#BAE7F2
4#C4EAF4
5#CEEEF6
6#D8F1F7
7#E1F5F9
8#EBF8FB
9#F5FCFD
Tones
Muted variations
1#A0DAE8
2#A4D7E4
3#A8D5E0
4#ACD3DC
5#B0D0D8
6#B4CED4
7#B8CCD0
8#BCC9CC
9#C0C7C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EB #C7EBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDC #9CDCEC | BordersInactive statesPlaceholder text |
| 400 | 69CA #69CAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EBB #3EBBDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 249E #249EBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7E #1D7E96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145A #145A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3945 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E1F4F9;
--sky-blue-200: #C7EBF4;
--sky-blue-300: #9CDCEC;
--sky-blue-400: #69CAE2;
--sky-blue-500: #3EBBDA;
--sky-blue-600: #249EBC;
--sky-blue-700: #1D7E96;
--sky-blue-800: #145A6B;
--sky-blue-900: #0D3945;
--sky-blue-950: #08242B;
}