Sky Blue
#9ED2EA
BlueColor Codes
All color formats for development
HEX
#9ED2EARGB
rgb(158, 210, 234)HSL
hsl(199, 64%, 77%)OKLCH
oklch(0.836 0.063 228)CMYK
cmyk(32%, 10%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FC3E3
2#5EB4DC
3#3EA5D5
4#2A91C1
5#2379A1
6#1C6181
7#154961
8#0E3040
9#071820
Tints
Lighter variations
1#A8D7EC
2#B2DBEE
3#BCE0F0
4#C5E4F2
5#CFE9F4
6#D9EDF7
7#E2F2F9
8#ECF6FB
9#F5FBFD
Tones
Muted variations
1#A3D1E6
2#A6CFE2
3#AACEDF
4#AECDDB
5#B2CBD7
6#B5CAD3
7#B9C8D0
8#BDC7CC
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E6 #C9E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD2 #9FD2EA | BordersInactive statesPlaceholder text |
| 400 | 6DBB #6DBBDF | Disabled statesSecondary iconsMuted text |
| 500 | 43A7 #43A7D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 288B #288BB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 206E #206E92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 174F #174F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F32 #0F3243 | 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: #E2F1F9;
--sky-blue-200: #C9E6F3;
--sky-blue-300: #9FD2EA;
--sky-blue-400: #6DBBDF;
--sky-blue-500: #43A7D6;
--sky-blue-600: #288BB8;
--sky-blue-700: #206E92;
--sky-blue-800: #174F69;
--sky-blue-900: #0F3243;
--sky-blue-950: #091F2A;
}