Sky Blue
#5FADEC
BlueColor Codes
All color formats for development
HEX
#5FADECRGB
rgb(95, 173, 236)HSL
hsl(207, 79%, 65%)OKLCH
oklch(0.724 0.12 244.9)CMYK
cmyk(60%, 27%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#429EE9
2#248EE5
3#187DD0
4#156BB2
5#115994
6#0E4877
7#0A3659
8#07243B
9#03121E
Tints
Lighter variations
1#6FB5EE
2#7FBDF0
3#8FC5F2
4#9FCEF4
5#AFD6F6
6#BFDEF8
7#CFE6F9
8#DFEFFB
9#EFF7FD
Tones
Muted variations
1#66ACE5
2#6DABDE
3#74ABD7
4#7BAAD0
5#82A9C9
6#8AA9C2
7#91A8BB
8#98A7B4
9#9FA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E0 #C4E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C9 #96C9F3 | BordersInactive statesPlaceholder text |
| 400 | 5FAD #5FADEC | Disabled statesSecondary iconsMuted text |
| 500 | 3295 #3295E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1879 #1879C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1360 #1360A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D45 #0D4572 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092C #092C49 | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEFFB;
--sky-blue-200: #C4E0F8;
--sky-blue-300: #96C9F3;
--sky-blue-400: #5FADEC;
--sky-blue-500: #3295E7;
--sky-blue-600: #1879C9;
--sky-blue-700: #1360A0;
--sky-blue-800: #0D4572;
--sky-blue-900: #092C49;
--sky-blue-950: #051C2E;
}