Sky Blue
#54DAF8
CyanColor Codes
All color formats for development
HEX
#54DAF8RGB
rgb(84, 218, 248)HSL
hsl(191, 92%, 65%)OKLCH
oklch(0.827 0.122 215.4)CMYK
cmyk(66%, 12%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34D3F7
2#14CCF5
3#09B8DF
4#089DBF
5#07839F
6#05697F
7#044F5F
8#033440
9#011A20
Tints
Lighter variations
1#65DDF9
2#76E1F9
3#87E5FA
4#98E9FB
5#A9ECFB
6#BAF0FC
7#CCF4FD
8#DDF8FE
9#EEFBFE
Tones
Muted variations
1#5CD5F0
2#64CFE7
3#6CCADF
4#74C5D7
5#7DC0CF
6#85BBC7
7#8DB5BE
8#95B0B6
9#9EABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF1 #BFF1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE7 #8EE7FA | BordersInactive statesPlaceholder text |
| 400 | 54DA #54DAF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23CF #23CFF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09B2 #09B2D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 078D #078DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0565 #05657A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0341 #03414E | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFE;
--sky-blue-100: #DDF8FE;
--sky-blue-200: #BFF1FC;
--sky-blue-300: #8EE7FA;
--sky-blue-400: #54DAF8;
--sky-blue-500: #23CFF6;
--sky-blue-600: #09B2D7;
--sky-blue-700: #078DAB;
--sky-blue-800: #05657A;
--sky-blue-900: #03414E;
--sky-blue-950: #022831;
}