Sky Blue
#54EAF8
CyanColor Codes
All color formats for development
HEX
#54EAF8RGB
rgb(84, 234, 248)HSL
hsl(185, 92%, 65%)OKLCH
oklch(0.864 0.126 204)CMYK
cmyk(66%, 6%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34E6F7
2#14E2F5
3#09CDDF
4#08B0BF
5#07929F
6#05757F
7#04585F
8#033B40
9#011D20
Tints
Lighter variations
1#65ECF9
2#76EEF9
3#87F0FA
4#98F3FB
5#A9F5FB
6#BAF7FC
7#CCF9FD
8#DDFBFE
9#EEFDFE
Tones
Muted variations
1#5CE3F0
2#64DCE7
3#6CD6DF
4#74CFD7
5#7DC8CF
6#85C1C7
7#8DBABE
8#95B3B6
9#9EADAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF7 #BFF7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF1 #8EF1FA | BordersInactive statesPlaceholder text |
| 400 | 54EA #54EAF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23E4 #23E4F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09C6 #09C6D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 079E #079EAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0571 #05717A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0348 #03484E | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFE;
--sky-blue-100: #DDFBFE;
--sky-blue-200: #BFF7FC;
--sky-blue-300: #8EF1FA;
--sky-blue-400: #54EAF8;
--sky-blue-500: #23E4F6;
--sky-blue-600: #09C6D7;
--sky-blue-700: #079EAB;
--sky-blue-800: #05717A;
--sky-blue-900: #03484E;
--sky-blue-950: #022D31;
}