Sky Blue
#9ECDEB
BlueColor Codes
All color formats for development
HEX
#9ECDEBRGB
rgb(158, 205, 235)HSL
hsl(203, 66%, 77%)OKLCH
oklch(0.825 0.065 236.6)CMYK
cmyk(33%, 13%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DBDE4
2#5CACDE
3#3C9CD7
4#2888C4
5#2171A3
6#1B5B82
7#144462
8#0D2D41
9#071721
Tints
Lighter variations
1#A7D2ED
2#B1D7EF
3#BBDCF1
4#C5E1F3
5#CEE6F5
6#D8EBF7
7#E2F0F9
8#ECF5FB
9#F5FAFD
Tones
Muted variations
1#A2CCE7
2#A5CCE3
3#A9CBDF
4#ADCADC
5#B1C9D8
6#B5C8D4
7#B9C7D0
8#BDC6CC
9#C0C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E3 #C8E3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECD #9ECDEB | BordersInactive statesPlaceholder text |
| 400 | 6BB3 #6BB3E1 | Disabled statesSecondary iconsMuted text |
| 500 | 419E #419ED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2681 #2681BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E67 #1E6794 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164A #164A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2F #0E2F44 | Primary textHigh emphasis contentDark headings |
| 950 | 091D #091D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FC;
--sky-blue-100: #E1F0F9;
--sky-blue-200: #C8E3F4;
--sky-blue-300: #9ECDEB;
--sky-blue-400: #6BB3E1;
--sky-blue-500: #419ED8;
--sky-blue-600: #2681BA;
--sky-blue-700: #1E6794;
--sky-blue-800: #164A6A;
--sky-blue-900: #0E2F44;
--sky-blue-950: #091D2A;
}