Sky Blue
#54EDF8
CyanColor Codes
All color formats for development
HEX
#54EDF8RGB
rgb(84, 237, 248)HSL
hsl(184, 92%, 65%)OKLCH
oklch(0.871 0.127 202)CMYK
cmyk(66%, 4%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34EAF7
2#14E6F5
3#09D1DF
4#08B3BF
5#07959F
6#05777F
7#04595F
8#033C40
9#011E20
Tints
Lighter variations
1#65EFF9
2#76F1F9
3#87F2FA
4#98F4FB
5#A9F6FB
6#BAF8FC
7#CCFAFD
8#DDFBFE
9#EEFDFE
Tones
Muted variations
1#5CE6F0
2#64DFE7
3#6CD8DF
4#74D0D7
5#7DC9CF
6#85C2C7
7#8DBBBE
8#95B4B6
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 | BFF8 #BFF8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF3 #8EF3FA | BordersInactive statesPlaceholder text |
| 400 | 54ED #54EDF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23E8 #23E8F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09CA #09CAD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07A0 #07A0AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0573 #05737A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0349 #03494E | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | 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: #BFF8FC;
--sky-blue-300: #8EF3FA;
--sky-blue-400: #54EDF8;
--sky-blue-500: #23E8F6;
--sky-blue-600: #09CAD7;
--sky-blue-700: #07A0AB;
--sky-blue-800: #05737A;
--sky-blue-900: #03494E;
--sky-blue-950: #022E31;
}