Sky Blue
#54C1F8
BlueColor Codes
All color formats for development
HEX
#54C1F8RGB
rgb(84, 193, 248)HSL
hsl(200, 92%, 65%)OKLCH
oklch(0.77 0.126 233.8)CMYK
cmyk(66%, 22%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34B6F7
2#14AAF5
3#0998DF
4#0882BF
5#076C9F
6#05577F
7#04415F
8#032B40
9#011620
Tints
Lighter variations
1#65C7F9
2#76CDF9
3#87D4FA
4#98DAFB
5#A9E0FB
6#BAE6FC
7#CCECFD
8#DDF3FE
9#EEF9FE
Tones
Muted variations
1#5CBEF0
2#64BCE7
3#6CB9DF
4#74B6D7
5#7DB3CF
6#85B1C7
7#8DAEBE
8#95ABB6
9#9EA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE8 #BFE8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED6 #8ED6FA | BordersInactive statesPlaceholder text |
| 400 | 54C1 #54C1F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23AF #23AFF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0993 #0993D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0775 #0775AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0553 #05537A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0335 #03354E | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF3FE;
--sky-blue-200: #BFE8FC;
--sky-blue-300: #8ED6FA;
--sky-blue-400: #54C1F8;
--sky-blue-500: #23AFF6;
--sky-blue-600: #0993D7;
--sky-blue-700: #0775AB;
--sky-blue-800: #05537A;
--sky-blue-900: #03354E;
--sky-blue-950: #022131;
}