Sky Blue
#9CDEED
CyanColor Codes
All color formats for development
HEX
#9CDEEDRGB
rgb(156, 222, 237)HSL
hsl(191, 69%, 77%)OKLCH
oklch(0.861 0.069 213.4)CMYK
cmyk(34%, 6%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BD3E7
2#5AC8E1
3#38BDDB
4#25A9C7
5#1E8DA6
6#187185
7#125564
8#0C3842
9#061C21
Tints
Lighter variations
1#A6E1EF
2#B0E5F0
3#BAE8F2
4#C4EBF4
5#CDEEF6
6#D7F2F8
7#E1F5FA
8#EBF8FB
9#F5FCFD
Tones
Muted variations
1#A0DBE9
2#A4D9E5
3#A8D6E1
4#ACD4DD
5#B0D1D9
6#B4CFD5
7#B8CCD0
8#BCC9CC
9#C0C7C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EC #C7ECF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDE #9CDEED | BordersInactive statesPlaceholder text |
| 400 | 68CD #68CDE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DBE #3DBEDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A1 #23A1BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C80 #1C8097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145C #145C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3B #0D3B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0825 #08252B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E1F5F9;
--sky-blue-200: #C7ECF5;
--sky-blue-300: #9CDEED;
--sky-blue-400: #68CDE3;
--sky-blue-500: #3DBEDB;
--sky-blue-600: #23A1BE;
--sky-blue-700: #1C8097;
--sky-blue-800: #145C6C;
--sky-blue-900: #0D3B45;
--sky-blue-950: #08252B;
}