Sky Blue
#5FAAEC
BlueColor Codes
All color formats for development
HEX
#5FAAECRGB
rgb(95, 170, 236)HSL
hsl(208, 79%, 65%)OKLCH
oklch(0.717 0.122 247)CMYK
cmyk(60%, 28%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#429BE9
2#248BE5
3#187AD0
4#1569B2
5#115794
6#0E4677
7#0A3459
8#07233B
9#03111E
Tints
Lighter variations
1#6FB3EE
2#7FBBF0
3#8FC4F2
4#9FCCF4
5#AFD5F6
6#BFDDF8
7#CFE6F9
8#DFEEFB
9#EFF7FD
Tones
Muted variations
1#66AAE5
2#6DAADE
3#74A9D7
4#7BA9D0
5#82A8C9
6#8AA8C2
7#91A7BB
8#98A7B4
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 | C4E0 #C4E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C7 #96C7F3 | BordersInactive statesPlaceholder text |
| 400 | 5FAA #5FAAEC | Disabled statesSecondary iconsMuted text |
| 500 | 3292 #3292E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1876 #1876C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 135E #135EA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D43 #0D4372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092B #092B49 | 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: #C4E0F8;
--sky-blue-300: #96C7F3;
--sky-blue-400: #5FAAEC;
--sky-blue-500: #3292E7;
--sky-blue-600: #1876C9;
--sky-blue-700: #135EA0;
--sky-blue-800: #0D4372;
--sky-blue-900: #092B49;
--sky-blue-950: #051B2E;
}