Sky Blue
#54C4F8
BlueColor Codes
All color formats for development
HEX
#54C4F8RGB
rgb(84, 196, 248)HSL
hsl(199, 92%, 65%)OKLCH
oklch(0.777 0.125 231.7)CMYK
cmyk(66%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34B9F7
2#14AEF5
3#099BDF
4#0885BF
5#076F9F
6#05597F
7#04425F
8#032C40
9#011620
Tints
Lighter variations
1#65CAF9
2#76D0F9
3#87D6FA
4#98DCFB
5#A9E1FB
6#BAE7FC
7#CCEDFD
8#DDF3FE
9#EEF9FE
Tones
Muted variations
1#5CC1F0
2#64BEE7
3#6CBBDF
4#74B8D7
5#7DB5CF
6#85B2C7
7#8DAFBE
8#95ACB6
9#9EA9AE
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 | BFE9 #BFE9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED8 #8ED8FA | BordersInactive statesPlaceholder text |
| 400 | 54C4 #54C4F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23B3 #23B3F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0996 #0996D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0777 #0777AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0555 #05557A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0337 #03374E | Primary textHigh emphasis contentDark headings |
| 950 | 0222 #022231 | 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: #BFE9FC;
--sky-blue-300: #8ED8FA;
--sky-blue-400: #54C4F8;
--sky-blue-500: #23B3F6;
--sky-blue-600: #0996D7;
--sky-blue-700: #0777AB;
--sky-blue-800: #05557A;
--sky-blue-900: #03374E;
--sky-blue-950: #022231;
}