Sky Blue
#5DC8EF
BlueColor Codes
All color formats for development
HEX
#5DC8EFRGB
rgb(93, 200, 239)HSL
hsl(196, 82%, 65%)OKLCH
oklch(0.785 0.112 225)CMYK
cmyk(61%, 16%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EBEEC
2#20B3E9
3#15A0D3
4#128AB5
5#0F7397
6#0C5C79
7#09455A
8#062E3C
9#03171E
Tints
Lighter variations
1#6DCDF1
2#7DD3F2
3#8DD8F4
4#9EDEF5
5#AEE3F7
6#BEE9F9
7#CEEEFA
8#DFF4FC
9#EFF9FD
Tones
Muted variations
1#64C4E8
2#6BC1E0
3#73BED9
4#7ABAD2
5#81B7CA
6#88B3C3
7#90B0BC
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 | 94DB #94DBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DC8 #5DC8EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EB8 #2EB8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 149B #149BCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 107B #107BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B58 #0B5874 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0738 #07384A | Primary textHigh emphasis contentDark headings |
| 950 | 0523 #05232E | 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: #94DBF4;
--sky-blue-400: #5DC8EF;
--sky-blue-500: #2EB8EA;
--sky-blue-600: #149BCC;
--sky-blue-700: #107BA2;
--sky-blue-800: #0B5874;
--sky-blue-900: #07384A;
--sky-blue-950: #05232E;
}