Sky Blue
#5DBEEF
BlueColor Codes
All color formats for development
HEX
#5DBEEFRGB
rgb(93, 190, 239)HSL
hsl(200, 82%, 65%)OKLCH
oklch(0.762 0.115 233.1)CMYK
cmyk(61%, 21%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EB2EC
2#20A6E9
3#1594D3
4#127FB5
5#0F6A97
6#0C5479
7#093F5A
8#062A3C
9#03151E
Tints
Lighter variations
1#6DC5F1
2#7DCBF2
3#8DD2F4
4#9ED8F5
5#AEDFF7
6#BEE5F9
7#CEECFA
8#DFF2FC
9#EFF9FD
Tones
Muted variations
1#64BCE8
2#6BB9E0
3#73B7D9
4#7AB4D2
5#81B2CA
6#88B0C3
7#90ADBC
8#97ABB4
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 | C3E7 #C3E7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D4 #94D4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DBE #5DBEEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EAC #2EACEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 148F #148FCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1072 #1072A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B51 #0B5174 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0734 #07344A | 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: #C3E7F9;
--sky-blue-300: #94D4F4;
--sky-blue-400: #5DBEEF;
--sky-blue-500: #2EACEA;
--sky-blue-600: #148FCC;
--sky-blue-700: #1072A2;
--sky-blue-800: #0B5174;
--sky-blue-900: #07344A;
--sky-blue-950: #05202E;
}