Sky Blue
#5DB2EE
BlueColor Codes
All color formats for development
HEX
#5DB2EERGB
rgb(93, 178, 238)HSL
hsl(205, 81%, 65%)OKLCH
oklch(0.735 0.12 241.7)CMYK
cmyk(61%, 25%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FA3EB
2#2195E8
3#1684D2
4#1371B4
5#105E96
6#0D4B78
7#09385A
8#06263C
9#03131E
Tints
Lighter variations
1#6EBAF0
2#7EC1F1
3#8EC9F3
4#9ED1F5
5#AED8F7
6#BEE0F8
7#CFE8FA
8#DFF0FC
9#EFF7FD
Tones
Muted variations
1#65B1E7
2#6CAFE0
3#73AED8
4#7AADD1
5#82ACCA
6#89ABC3
7#90A9BB
8#97A8B4
9#9FA7AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E2 #C3E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CC #95CCF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB2 #5DB2EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F9C #2F9CE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 157F #157FCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1165 #1165A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C48 #0C4873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082E #082E4A | Primary textHigh emphasis contentDark headings |
| 950 | 051D #051D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DFF0FC;
--sky-blue-200: #C3E2F9;
--sky-blue-300: #95CCF4;
--sky-blue-400: #5DB2EE;
--sky-blue-500: #2F9CE9;
--sky-blue-600: #157FCB;
--sky-blue-700: #1165A2;
--sky-blue-800: #0C4873;
--sky-blue-900: #082E4A;
--sky-blue-950: #051D2E;
}