Sky Blue
#54D4F8
CyanColor Codes
All color formats for development
HEX
#54D4F8RGB
rgb(84, 212, 248)HSL
hsl(193, 92%, 65%)OKLCH
oklch(0.813 0.122 219.9)CMYK
cmyk(66%, 15%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34CCF7
2#14C4F5
3#09B1DF
4#0897BF
5#077E9F
6#05657F
7#044C5F
8#033240
9#011920
Tints
Lighter variations
1#65D9F9
2#76DDF9
3#87E1FA
4#98E5FB
5#A9EAFB
6#BAEEFC
7#CCF2FD
8#DDF6FE
9#EEFBFE
Tones
Muted variations
1#5CD0F0
2#64CBE7
3#6CC6DF
4#74C2D7
5#7DBDCF
6#85B8C7
7#8DB4BE
8#95AFB6
9#9EAAAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEF #BFEFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE3 #8EE3FA | BordersInactive statesPlaceholder text |
| 400 | 54D4 #54D4F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23C8 #23C8F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09AB #09ABD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0788 #0788AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0561 #05617A | Text on light backgroundsHeadingsStrong borders |
| 900 | 033E #033E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF6FE;
--sky-blue-200: #BFEFFC;
--sky-blue-300: #8EE3FA;
--sky-blue-400: #54D4F8;
--sky-blue-500: #23C8F6;
--sky-blue-600: #09ABD7;
--sky-blue-700: #0788AB;
--sky-blue-800: #05617A;
--sky-blue-900: #033E4E;
--sky-blue-950: #022731;
}