Sky Blue
#5DCAEF
BlueColor Codes
All color formats for development
HEX
#5DCAEFRGB
rgb(93, 202, 239)HSL
hsl(195, 82%, 65%)OKLCH
oklch(0.79 0.112 223.3)CMYK
cmyk(61%, 15%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EC1EC
2#20B7E9
3#15A4D3
4#128CB5
5#0F7597
6#0C5D79
7#09465A
8#062F3C
9#03171E
Tints
Lighter variations
1#6DD0F1
2#7DD5F2
3#8DDAF4
4#9EDFF5
5#AEE5F7
6#BEEAF9
7#CEEFFA
8#DFF4FC
9#EFFAFD
Tones
Muted variations
1#64C7E8
2#6BC3E0
3#73BFD9
4#7ABCD2
5#81B8CA
6#88B4C3
7#90B1BC
8#97ADB4
9#9EA9AD
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 | 94DC #94DCF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCA #5DCAEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EBB #2EBBEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 149E #149ECC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 107E #107EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5A #0B5A74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073A #073A4A | 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: #94DCF4;
--sky-blue-400: #5DCAEF;
--sky-blue-500: #2EBBEA;
--sky-blue-600: #149ECC;
--sky-blue-700: #107EA2;
--sky-blue-800: #0B5A74;
--sky-blue-900: #073A4A;
--sky-blue-950: #05242E;
}