Sky Blue
#5EABED
BlueColor Codes
All color formats for development
HEX
#5EABEDRGB
rgb(94, 171, 237)HSL
hsl(208, 80%, 65%)OKLCH
oklch(0.719 0.123 246.5)CMYK
cmyk(60%, 28%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#419BEA
2#238BE7
3#177AD1
4#1469B3
5#115795
6#0D4677
7#0A345A
8#07233C
9#03111E
Tints
Lighter variations
1#6EB3EF
2#7EBBF1
3#8FC4F3
4#9FCCF4
5#AFD5F6
6#BFDDF8
7#CFE6FA
8#DFEEFB
9#EFF7FD
Tones
Muted variations
1#65AAE6
2#6DAADF
3#74A9D8
4#7BA9D1
5#82A8C9
6#89A8C2
7#90A7BB
8#97A7B4
9#9FA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E0 #C3E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C7 #95C7F3 | BordersInactive statesPlaceholder text |
| 400 | 5EAB #5EABED | Disabled statesSecondary iconsMuted text |
| 500 | 3092 #3092E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1676 #1676CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 125E #125EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D43 #0D4373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082B #082B49 | Primary textHigh emphasis contentDark headings |
| 950 | 051B #051B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEEFB;
--sky-blue-200: #C3E0F8;
--sky-blue-300: #95C7F3;
--sky-blue-400: #5EABED;
--sky-blue-500: #3092E8;
--sky-blue-600: #1676CA;
--sky-blue-700: #125EA1;
--sky-blue-800: #0D4373;
--sky-blue-900: #082B49;
--sky-blue-950: #051B2E;
}