Sky Blue
#9ED6EB
BlueColor Codes
All color formats for development
HEX
#9ED6EBRGB
rgb(158, 214, 235)HSL
hsl(196, 66%, 77%)OKLCH
oklch(0.845 0.064 223.1)CMYK
cmyk(33%, 9%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DC9E4
2#5CBBDE
3#3CAED7
4#289AC4
5#2180A3
6#1B6782
7#144D62
8#0D3341
9#071A21
Tints
Lighter variations
1#A7DAED
2#B1DFEF
3#BBE3F1
4#C5E7F3
5#CEEBF5
6#D8EFF7
7#E2F3F9
8#ECF7FB
9#F5FBFD
Tones
Muted variations
1#A2D5E7
2#A5D3E3
3#A9D1DF
4#ADCFDC
5#B1CDD8
6#B5CCD4
7#B9CAD0
8#BDC8CC
9#C0C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E8 #C8E8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED6 #9ED6EB | BordersInactive statesPlaceholder text |
| 400 | 6BC1 #6BC1E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41B0 #41B0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2693 #2693BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E75 #1E7594 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1653 #16536A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E35 #0E3544 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFC;
--sky-blue-100: #E1F3F9;
--sky-blue-200: #C8E8F4;
--sky-blue-300: #9ED6EB;
--sky-blue-400: #6BC1E1;
--sky-blue-500: #41B0D8;
--sky-blue-600: #2693BA;
--sky-blue-700: #1E7594;
--sky-blue-800: #16536A;
--sky-blue-900: #0E3544;
--sky-blue-950: #09212A;
}