Sky Blue
#5CB0F0
BlueColor Codes
All color formats for development
HEX
#5CB0F0RGB
rgb(92, 176, 240)HSL
hsl(206, 83%, 65%)OKLCH
oklch(0.731 0.124 243.7)CMYK
cmyk(62%, 27%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DA1ED
2#1F92EA
3#1481D4
4#116EB6
5#0E5C98
6#0B4A79
7#08375B
8#06253D
9#03121E
Tints
Lighter variations
1#6CB8F1
2#7CC0F3
3#8DC7F4
4#9DCFF6
5#ADD7F7
6#BEDFF9
7#CEE7FA
8#DEEFFC
9#EFF7FD
Tones
Muted variations
1#63AFE8
2#6AAEE1
3#72ADDA
4#79ACD2
5#81ABCB
6#88AAC3
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 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CB #94CBF5 | BordersInactive statesPlaceholder text |
| 400 | 5CB0 #5CB0F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D99 #2D99EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 137D #137DCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F63 #0F63A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B47 #0B4775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072D #072D4B | Primary textHigh emphasis contentDark headings |
| 950 | 041C #041C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEEFFC;
--sky-blue-200: #C2E2F9;
--sky-blue-300: #94CBF5;
--sky-blue-400: #5CB0F0;
--sky-blue-500: #2D99EB;
--sky-blue-600: #137DCD;
--sky-blue-700: #0F63A3;
--sky-blue-800: #0B4775;
--sky-blue-900: #072D4B;
--sky-blue-950: #041C2F;
}