Sky Blue
#54D2F8
CyanColor Codes
All color formats for development
HEX
#54D2F8RGB
rgb(84, 210, 248)HSL
hsl(194, 92%, 65%)OKLCH
oklch(0.809 0.122 221.4)CMYK
cmyk(66%, 15%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C9F7
2#14C1F5
3#09ADDF
4#0894BF
5#077C9F
6#05637F
7#044A5F
8#033140
9#011920
Tints
Lighter variations
1#65D6F9
2#76DBF9
3#87DFFA
4#98E4FB
5#A9E8FB
6#BAEDFC
7#CCF1FD
8#DDF6FE
9#EEFAFE
Tones
Muted variations
1#5CCDF0
2#64C9E7
3#6CC4DF
4#74C0D7
5#7DBCCF
6#85B7C7
7#8DB3BE
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 | BFEE #BFEEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE1 #8EE1FA | BordersInactive statesPlaceholder text |
| 400 | 54D2 #54D2F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23C5 #23C5F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09A7 #09A7D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0785 #0785AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 055F #055F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 033D #033D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | 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: #BFEEFC;
--sky-blue-300: #8EE1FA;
--sky-blue-400: #54D2F8;
--sky-blue-500: #23C5F6;
--sky-blue-600: #09A7D7;
--sky-blue-700: #0785AB;
--sky-blue-800: #055F7A;
--sky-blue-900: #033D4E;
--sky-blue-950: #022631;
}