Sky Blue
#5DBCEF
BlueColor Codes
All color formats for development
HEX
#5DBCEFRGB
rgb(93, 188, 239)HSL
hsl(201, 82%, 65%)OKLCH
oklch(0.758 0.116 234.6)CMYK
cmyk(61%, 21%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EAFEC
2#20A3E9
3#1591D3
4#127CB5
5#0F6797
6#0C5379
7#093E5A
8#06293C
9#03151E
Tints
Lighter variations
1#6DC2F1
2#7DC9F2
3#8DD0F4
4#9ED7F5
5#AEDDF7
6#BEE4F9
7#CEEBFA
8#DFF2FC
9#EFF8FD
Tones
Muted variations
1#64BAE8
2#6BB7E0
3#73B5D9
4#7AB3D2
5#81B1CA
6#88AFC3
7#90ACBC
8#97AAB4
9#9EA8AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E6 #C3E6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D3 #94D3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DBC #5DBCEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EA8 #2EA8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 148C #148CCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 106F #106FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4F #0B4F74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0733 #07334A | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DFF2FC;
--sky-blue-200: #C3E6F9;
--sky-blue-300: #94D3F4;
--sky-blue-400: #5DBCEF;
--sky-blue-500: #2EA8EA;
--sky-blue-600: #148CCC;
--sky-blue-700: #106FA2;
--sky-blue-800: #0B4F74;
--sky-blue-900: #07334A;
--sky-blue-950: #05202E;
}