Sky Blue
#5DCAEE
BlueColor Codes
All color formats for development
HEX
#5DCAEERGB
rgb(93, 202, 238)HSL
hsl(195, 81%, 65%)OKLCH
oklch(0.789 0.111 222.7)CMYK
cmyk(61%, 15%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FC0EB
2#21B6E8
3#16A3D2
4#138CB4
5#107496
6#0D5D78
7#09465A
8#062F3C
9#03171E
Tints
Lighter variations
1#6ECFF0
2#7ED5F1
3#8EDAF3
4#9EDFF5
5#AEE4F7
6#BEEAF8
7#CFEFFA
8#DFF4FC
9#EFFAFD
Tones
Muted variations
1#65C6E7
2#6CC3E0
3#73BFD8
4#7ABBD1
5#82B8CA
6#89B4C3
7#90B1BB
8#97ADB4
9#9FA9AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EB #C3EBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DC #95DCF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCA #5DCAEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FBB #2FBBE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 159E #159ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 117D #117DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5A #0C5A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0839 #08394A | Primary textHigh emphasis contentDark headings |
| 950 | 0524 #05242E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DFF4FC;
--sky-blue-200: #C3EBF9;
--sky-blue-300: #95DCF4;
--sky-blue-400: #5DCAEE;
--sky-blue-500: #2FBBE9;
--sky-blue-600: #159ECB;
--sky-blue-700: #117DA2;
--sky-blue-800: #0C5A73;
--sky-blue-900: #08394A;
--sky-blue-950: #05242E;
}