Sky Blue
#54DFF8
CyanColor Codes
All color formats for development
HEX
#54DFF8RGB
rgb(84, 223, 248)HSL
hsl(189, 92%, 65%)OKLCH
oklch(0.838 0.122 211.8)CMYK
cmyk(66%, 10%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34D9F7
2#14D3F5
3#09BFDF
4#08A3BF
5#07889F
6#056D7F
7#04525F
8#033640
9#011B20
Tints
Lighter variations
1#65E2F9
2#76E6F9
3#87E9FA
4#98ECFB
5#A9EFFB
6#BAF2FC
7#CCF5FD
8#DDF9FE
9#EEFCFE
Tones
Muted variations
1#5CD9F0
2#64D4E7
3#6CCEDF
4#74C8D7
5#7DC2CF
6#85BDC7
7#8DB7BE
8#95B1B6
9#9EABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF3 #BFF3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEA #8EEAFA | BordersInactive statesPlaceholder text |
| 400 | 54DF #54DFF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23D6 #23D6F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09B8 #09B8D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0793 #0793AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0569 #05697A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0343 #03434E | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFE;
--sky-blue-100: #DDF9FE;
--sky-blue-200: #BFF3FC;
--sky-blue-300: #8EEAFA;
--sky-blue-400: #54DFF8;
--sky-blue-500: #23D6F6;
--sky-blue-600: #09B8D7;
--sky-blue-700: #0793AB;
--sky-blue-800: #05697A;
--sky-blue-900: #03434E;
--sky-blue-950: #022A31;
}