Sky Blue
#54B9F8
BlueColor Codes
All color formats for development
HEX
#54B9F8RGB
rgb(84, 185, 248)HSL
hsl(203, 92%, 65%)OKLCH
oklch(0.752 0.13 239.3)CMYK
cmyk(66%, 25%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34ACF7
2#149FF5
3#098DDF
4#0879BF
5#07659F
6#05517F
7#043C5F
8#032840
9#011420
Tints
Lighter variations
1#65C0F9
2#76C7F9
3#87CEFA
4#98D5FB
5#A9DCFB
6#BAE3FC
7#CCEAFD
8#DDF1FE
9#EEF8FE
Tones
Muted variations
1#5CB7F0
2#64B5E7
3#6CB3DF
4#74B1D7
5#7DAFCF
6#85ADC7
7#8DABBE
8#95AAB6
9#9EA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE5 #BFE5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED1 #8ED1FA | BordersInactive statesPlaceholder text |
| 400 | 54B9 #54B9F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23A5 #23A5F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0988 #0988D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 076C #076CAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 054D #054D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0332 #03324E | Primary textHigh emphasis contentDark headings |
| 950 | 021F #021F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FE;
--sky-blue-100: #DDF1FE;
--sky-blue-200: #BFE5FC;
--sky-blue-300: #8ED1FA;
--sky-blue-400: #54B9F8;
--sky-blue-500: #23A5F6;
--sky-blue-600: #0988D7;
--sky-blue-700: #076CAB;
--sky-blue-800: #054D7A;
--sky-blue-900: #03324E;
--sky-blue-950: #021F31;
}