Sky Blue
#9ED0EB
BlueColor Codes
All color formats for development
HEX
#9ED0EBRGB
rgb(158, 208, 235)HSL
hsl(201, 66%, 77%)OKLCH
oklch(0.832 0.064 232.1)CMYK
cmyk(33%, 11%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DC0E4
2#5CB0DE
3#3CA1D7
4#288DC4
5#2176A3
6#1B5E82
7#144762
8#0D2F41
9#071821
Tints
Lighter variations
1#A7D5ED
2#B1D9EF
3#BBDEF1
4#C5E3F3
5#CEE7F5
6#D8ECF7
7#E2F1F9
8#ECF6FB
9#F5FAFD
Tones
Muted variations
1#A2CFE7
2#A5CEE3
3#A9CCDF
4#ADCBDC
5#B1CAD8
6#B5C9D4
7#B9C8D0
8#BDC7CC
9#C0C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E4 #C8E4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED0 #9ED0EB | BordersInactive statesPlaceholder text |
| 400 | 6BB7 #6BB7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41A3 #41A3D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2686 #2686BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E6B #1E6B94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164C #164C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E31 #0E3144 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FC;
--sky-blue-100: #E1F1F9;
--sky-blue-200: #C8E4F4;
--sky-blue-300: #9ED0EB;
--sky-blue-400: #6BB7E1;
--sky-blue-500: #41A3D8;
--sky-blue-600: #2686BA;
--sky-blue-700: #1E6B94;
--sky-blue-800: #164C6A;
--sky-blue-900: #0E3144;
--sky-blue-950: #091F2A;
}