Sky Blue
#5DC7EE
BlueColor Codes
All color formats for development
HEX
#5DC7EERGB
rgb(93, 199, 238)HSL
hsl(196, 81%, 65%)OKLCH
oklch(0.782 0.112 225.2)CMYK
cmyk(61%, 16%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FBDEB
2#21B3E8
3#16A0D2
4#1389B4
5#107296
6#0D5B78
7#09455A
8#062E3C
9#03171E
Tints
Lighter variations
1#6ECDF0
2#7ED3F1
3#8ED8F3
4#9EDEF5
5#AEE3F7
6#BEE9F8
7#CFEEFA
8#DFF4FC
9#EFF9FD
Tones
Muted variations
1#65C4E7
2#6CC1E0
3#73BDD8
4#7ABAD1
5#82B7CA
6#89B3C3
7#90B0BB
8#97ACB4
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 | C3EA #C3EAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DB #95DBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DC7 #5DC7EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FB8 #2FB8E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 159B #159BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 117B #117BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C58 #0C5873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0838 #08384A | 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: #C3EAF9;
--sky-blue-300: #95DBF4;
--sky-blue-400: #5DC7EE;
--sky-blue-500: #2FB8E9;
--sky-blue-600: #159BCB;
--sky-blue-700: #117BA2;
--sky-blue-800: #0C5873;
--sky-blue-900: #08384A;
--sky-blue-950: #05232E;
}