Sky Blue
#5CB2F0
BlueColor Codes
All color formats for development
HEX
#5CB2F0RGB
rgb(92, 178, 240)HSL
hsl(205, 83%, 65%)OKLCH
oklch(0.736 0.123 242.3)CMYK
cmyk(62%, 26%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DA4ED
2#1F96EA
3#1484D4
4#1171B6
5#0E5E98
6#0B4B79
7#08395B
8#06263D
9#03131E
Tints
Lighter variations
1#6CBAF1
2#7CC1F3
3#8DC9F4
4#9DD1F6
5#ADD9F7
6#BEE0F9
7#CEE8FA
8#DEF0FC
9#EFF7FD
Tones
Muted variations
1#63B1E8
2#6AB0E1
3#72AEDA
4#79ADD2
5#81ACCB
6#88ABC3
7#90A9BC
8#97A8B5
9#9EA7AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CC #94CCF5 | BordersInactive statesPlaceholder text |
| 400 | 5CB2 #5CB2F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D9C #2D9CEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1380 #1380CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F66 #0F66A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B49 #0B4975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072E #072E4B | Primary textHigh emphasis contentDark headings |
| 950 | 041D #041D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEF0FC;
--sky-blue-200: #C2E2F9;
--sky-blue-300: #94CCF5;
--sky-blue-400: #5CB2F0;
--sky-blue-500: #2D9CEB;
--sky-blue-600: #1380CD;
--sky-blue-700: #0F66A3;
--sky-blue-800: #0B4975;
--sky-blue-900: #072E4B;
--sky-blue-950: #041D2F;
}