Sky Blue
#9CEAED
CyanColor Codes
All color formats for development
HEX
#9CEAEDRGB
rgb(156, 234, 237)HSL
hsl(182, 69%, 77%)OKLCH
oklch(0.888 0.077 198.9)CMYK
cmyk(34%, 1%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE3E7
2#5ADCE1
3#38D5DB
4#25C2C7
5#1EA1A6
6#188185
7#126164
8#0C4142
9#062021
Tints
Lighter variations
1#A6ECEF
2#B0EEF0
3#BAF0F2
4#C4F2F4
5#CDF5F6
6#D7F7F8
7#E1F9FA
8#EBFBFB
9#F5FDFD
Tones
Muted variations
1#A0E6E9
2#A4E3E5
3#A8DFE1
4#ACDBDD
5#B0D7D9
6#B4D3D5
7#B8D0D0
8#BCCCCC
9#C0C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F3 #C7F3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEA #9CEAED | BordersInactive statesPlaceholder text |
| 400 | 68DF #68DFE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD6 #3DD6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B8 #23B8BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C93 #1C9397 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1469 #14696C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D43 #0D4345 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C7F3F5;
--sky-blue-300: #9CEAED;
--sky-blue-400: #68DFE3;
--sky-blue-500: #3DD6DB;
--sky-blue-600: #23B8BE;
--sky-blue-700: #1C9397;
--sky-blue-800: #14696C;
--sky-blue-900: #0D4345;
--sky-blue-950: #082A2B;
}