Sky Blue
#5DBEEE
BlueColor Codes
All color formats for development
HEX
#5DBEEERGB
rgb(93, 190, 238)HSL
hsl(200, 81%, 65%)OKLCH
oklch(0.762 0.114 232.5)CMYK
cmyk(61%, 20%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FB2EB
2#21A6E8
3#1693D2
4#137EB4
5#106996
6#0D5478
7#093F5A
8#062A3C
9#03151E
Tints
Lighter variations
1#6EC4F0
2#7ECBF1
3#8ED1F3
4#9ED8F5
5#AEDEF7
6#BEE5F8
7#CFEBFA
8#DFF2FC
9#EFF8FD
Tones
Muted variations
1#65BBE7
2#6CB9E0
3#73B7D8
4#7AB4D1
5#82B2CA
6#89AFC3
7#90ADBB
8#97ABB4
9#9FA8AD
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 | 95D4 #95D4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DBE #5DBEEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FAB #2FABE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 158E #158ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1171 #1171A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C51 #0C5173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0834 #08344A | 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: #95D4F4;
--sky-blue-400: #5DBEEE;
--sky-blue-500: #2FABE9;
--sky-blue-600: #158ECB;
--sky-blue-700: #1171A2;
--sky-blue-800: #0C5173;
--sky-blue-900: #08344A;
--sky-blue-950: #05202E;
}