Sky Blue
#5AC7F2
BlueColor Codes
All color formats for development
HEX
#5AC7F2RGB
rgb(90, 199, 242)HSL
hsl(197, 85%, 65%)OKLCH
oklch(0.783 0.116 227.1)CMYK
cmyk(63%, 18%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BBCEF
2#1DB2ED
3#119FD7
4#0F88B8
5#0C7199
6#0A5B7B
7#07445C
8#052D3D
9#02171F
Tints
Lighter variations
1#6ACCF3
2#7BD2F4
3#8BD8F6
4#9CDDF7
5#ACE3F8
6#BDE8FA
7#CDEEFB
8#DEF4FC
9#EEF9FE
Tones
Muted variations
1#61C3EA
2#69C0E2
3#71BDDB
4#78B9D3
5#80B6CC
6#87B3C4
7#8FB0BD
8#97ACB5
9#9EA9AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF4 #DEF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EA #C2EAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92DA #92DAF6 | BordersInactive statesPlaceholder text |
| 400 | 5AC7 #5AC7F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BB7 #2BB7EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 119A #119AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D7A #0D7AA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A57 #0A5776 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0638 #06384B | Primary textHigh emphasis contentDark headings |
| 950 | 0423 #04232F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DEF4FC;
--sky-blue-200: #C2EAFA;
--sky-blue-300: #92DAF6;
--sky-blue-400: #5AC7F2;
--sky-blue-500: #2BB7EE;
--sky-blue-600: #119AD0;
--sky-blue-700: #0D7AA5;
--sky-blue-800: #0A5776;
--sky-blue-900: #06384B;
--sky-blue-950: #04232F;
}