Sky Blue
#5DB2EF
BlueColor Codes
All color formats for development
HEX
#5DB2EFRGB
rgb(93, 178, 239)HSL
hsl(205, 82%, 65%)OKLCH
oklch(0.735 0.121 242.1)CMYK
cmyk(61%, 26%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EA4EC
2#2095E9
3#1584D3
4#1271B5
5#0F5E97
6#0C4B79
7#09395A
8#06263C
9#03131E
Tints
Lighter variations
1#6DBAF1
2#7DC1F2
3#8DC9F4
4#9ED1F5
5#AED8F7
6#BEE0F9
7#CEE8FA
8#DFF0FC
9#EFF7FD
Tones
Muted variations
1#64B1E8
2#6BB0E0
3#73AED9
4#7AADD2
5#81ACCA
6#88ABC3
7#90A9BC
8#97A8B4
9#9EA7AD
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 | 94CC #94CCF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB2 #5DB2EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E9C #2E9CEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1480 #1480CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1065 #1065A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B48 #0B4874 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072E #072E4A | 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: #94CCF4;
--sky-blue-400: #5DB2EF;
--sky-blue-500: #2E9CEA;
--sky-blue-600: #1480CC;
--sky-blue-700: #1065A2;
--sky-blue-800: #0B4874;
--sky-blue-900: #072E4A;
--sky-blue-950: #051D2E;
}