Sky Blue
#54B6F8
BlueColor Codes
All color formats for development
HEX
#54B6F8RGB
rgb(84, 182, 248)HSL
hsl(204, 92%, 65%)OKLCH
oklch(0.745 0.132 241.2)CMYK
cmyk(66%, 27%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34A9F7
2#149BF5
3#0989DF
4#0876BF
5#07629F
6#054E7F
7#043B5F
8#032740
9#011420
Tints
Lighter variations
1#65BDF9
2#76C5F9
3#87CCFA
4#98D3FB
5#A9DBFB
6#BAE2FC
7#CCE9FD
8#DDF0FE
9#EEF8FE
Tones
Muted variations
1#5CB5F0
2#64B3E7
3#6CB1DF
4#74B0D7
5#7DAECF
6#85ACC7
7#8DABBE
8#95A9B6
9#9EA7AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE4 #BFE4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECF #8ECFFA | BordersInactive statesPlaceholder text |
| 400 | 54B6 #54B6F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23A1 #23A1F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0985 #0985D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 076A #076AAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 054B #054B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0330 #03304E | Primary textHigh emphasis contentDark headings |
| 950 | 021E #021E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FE;
--sky-blue-100: #DDF0FE;
--sky-blue-200: #BFE4FC;
--sky-blue-300: #8ECFFA;
--sky-blue-400: #54B6F8;
--sky-blue-500: #23A1F6;
--sky-blue-600: #0985D7;
--sky-blue-700: #076AAB;
--sky-blue-800: #054B7A;
--sky-blue-900: #03304E;
--sky-blue-950: #021E31;
}