Sky Blue
#54B1F8
BlueColor Codes
All color formats for development
HEX
#54B1F8RGB
rgb(84, 177, 248)HSL
hsl(206, 92%, 65%)OKLCH
oklch(0.734 0.136 244.3)CMYK
cmyk(66%, 29%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34A2F7
2#1494F5
3#0982DF
4#0870BF
5#075D9F
6#054A7F
7#04385F
8#032540
9#011320
Tints
Lighter variations
1#65B9F9
2#76C0F9
3#87C8FA
4#98D0FB
5#A9D8FB
6#BAE0FC
7#CCE8FD
8#DDEFFE
9#EEF7FE
Tones
Muted variations
1#5CB0F0
2#64AFE7
3#6CADDF
4#74ACD7
5#7DABCF
6#85AAC7
7#8DA9BE
8#95A8B6
9#9EA7AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE2 #BFE2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECC #8ECCFA | BordersInactive statesPlaceholder text |
| 400 | 54B1 #54B1F8 | Disabled statesSecondary iconsMuted text |
| 500 | 239A #239AF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 097E #097ED7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0764 #0764AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0548 #05487A | Text on light backgroundsHeadingsStrong borders |
| 900 | 032E #032E4E | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FE;
--sky-blue-100: #DDEFFE;
--sky-blue-200: #BFE2FC;
--sky-blue-300: #8ECCFA;
--sky-blue-400: #54B1F8;
--sky-blue-500: #239AF6;
--sky-blue-600: #097ED7;
--sky-blue-700: #0764AB;
--sky-blue-800: #05487A;
--sky-blue-900: #032E4E;
--sky-blue-950: #021D31;
}