Sky Blue
#5DC1EF
BlueColor Codes
All color formats for development
HEX
#5DC1EFRGB
rgb(93, 193, 239)HSL
hsl(199, 82%, 65%)OKLCH
oklch(0.769 0.114 230.7)CMYK
cmyk(61%, 19%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EB5EC
2#20A9E9
3#1597D3
4#1281B5
5#0F6C97
6#0C5679
7#09415A
8#062B3C
9#03161E
Tints
Lighter variations
1#6DC7F1
2#7DCDF2
3#8DD3F4
4#9EDAF5
5#AEE0F7
6#BEE6F9
7#CEECFA
8#DFF3FC
9#EFF9FD
Tones
Muted variations
1#64BEE8
2#6BBBE0
3#73B9D9
4#7AB6D2
5#81B3CA
6#88B0C3
7#90AEBC
8#97ABB4
9#9EA8AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D6 #94D6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC1 #5DC1EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EAF #2EAFEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1492 #1492CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1074 #1074A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B53 #0B5374 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0735 #07354A | Primary textHigh emphasis contentDark headings |
| 950 | 0521 #05212E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DFF3FC;
--sky-blue-200: #C3E8F9;
--sky-blue-300: #94D6F4;
--sky-blue-400: #5DC1EF;
--sky-blue-500: #2EAFEA;
--sky-blue-600: #1492CC;
--sky-blue-700: #1074A2;
--sky-blue-800: #0B5374;
--sky-blue-900: #07354A;
--sky-blue-950: #05212E;
}