Sky Blue
#9EDEEB
CyanColor Codes
All color formats for development
HEX
#9EDEEBRGB
rgb(158, 222, 235)HSL
hsl(190, 66%, 77%)OKLCH
oklch(0.862 0.067 211.6)CMYK
cmyk(33%, 6%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DD3E4
2#5CC8DE
3#3CBDD7
4#28AAC4
5#218DA3
6#1B7182
7#145562
8#0D3941
9#071C21
Tints
Lighter variations
1#A7E1ED
2#B1E5EF
3#BBE8F1
4#C5EBF3
5#CEEFF5
6#D8F2F7
7#E2F5F9
8#ECF8FB
9#F5FCFD
Tones
Muted variations
1#A2DCE7
2#A5D9E3
3#A9D6DF
4#ADD4DC
5#B1D1D8
6#B5CFD4
7#B9CCD0
8#BDCACC
9#C0C7C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EC #C8ECF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDE #9EDEEB | BordersInactive statesPlaceholder text |
| 400 | 6BCD #6BCDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41BF #41BFD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26A2 #26A2BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E81 #1E8194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165C #165C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3B #0E3B44 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFC;
--sky-blue-100: #E1F5F9;
--sky-blue-200: #C8ECF4;
--sky-blue-300: #9EDEEB;
--sky-blue-400: #6BCDE1;
--sky-blue-500: #41BFD8;
--sky-blue-600: #26A2BA;
--sky-blue-700: #1E8194;
--sky-blue-800: #165C6A;
--sky-blue-900: #0E3B44;
--sky-blue-950: #09252A;
}