Sky Blue
#5ACCF2
BlueColor Codes
All color formats for development
HEX
#5ACCF2RGB
rgb(90, 204, 242)HSL
hsl(195, 85%, 65%)OKLCH
oklch(0.794 0.115 223.2)CMYK
cmyk(63%, 16%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BC2EF
2#1DB9ED
3#11A5D7
4#0F8EB8
5#0C7699
6#0A5E7B
7#07475C
8#052F3D
9#02181F
Tints
Lighter variations
1#6AD1F3
2#7BD6F4
3#8BDBF6
4#9CE0F7
5#ACE5F8
6#BDEAFA
7#CDF0FB
8#DEF5FC
9#EEFAFE
Tones
Muted variations
1#61C8EA
2#69C4E2
3#71C0DB
4#78BDD3
5#80B9CC
6#87B5C4
7#8FB1BD
8#97ADB5
9#9EAAAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EC #C2ECFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92DD #92DDF6 | BordersInactive statesPlaceholder text |
| 400 | 5ACC #5ACCF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BBD #2BBDEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A0 #11A0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D7F #0D7FA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5B #0A5B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063A #063A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0424 #04242F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DEF5FC;
--sky-blue-200: #C2ECFA;
--sky-blue-300: #92DDF6;
--sky-blue-400: #5ACCF2;
--sky-blue-500: #2BBDEE;
--sky-blue-600: #11A0D0;
--sky-blue-700: #0D7FA5;
--sky-blue-800: #0A5B76;
--sky-blue-900: #063A4B;
--sky-blue-950: #04242F;
}