Sky Blue
#5CADF0
BlueColor Codes
All color formats for development
HEX
#5CADF0RGB
rgb(92, 173, 240)HSL
hsl(207, 83%, 65%)OKLCH
oklch(0.724 0.126 245.7)CMYK
cmyk(62%, 28%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D9EED
2#1F8FEA
3#147ED4
4#116CB6
5#0E5A98
6#0B4879
7#08365B
8#06243D
9#03121E
Tints
Lighter variations
1#6CB5F1
2#7CBEF3
3#8DC6F4
4#9DCEF6
5#ADD6F7
6#BEDEF9
7#CEE6FA
8#DEEFFC
9#EFF7FD
Tones
Muted variations
1#63ACE8
2#6AACE1
3#72ABDA
4#79AAD2
5#81A9CB
6#88A9C3
7#90A8BC
8#97A7B5
9#9EA6AD
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 | C2E1 #C2E1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C9 #94C9F5 | BordersInactive statesPlaceholder text |
| 400 | 5CAD #5CADF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D96 #2D96EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 137A #137ACD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F61 #0F61A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B45 #0B4575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072C #072C4B | 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: #C2E1F9;
--sky-blue-300: #94C9F5;
--sky-blue-400: #5CADF0;
--sky-blue-500: #2D96EB;
--sky-blue-600: #137ACD;
--sky-blue-700: #0F61A3;
--sky-blue-800: #0B4575;
--sky-blue-900: #072C4B;
--sky-blue-950: #041C2F;
}