Sky Blue
#54CFF8
BlueColor Codes
All color formats for development
HEX
#54CFF8RGB
rgb(84, 207, 248)HSL
hsl(195, 92%, 65%)OKLCH
oklch(0.802 0.122 223.6)CMYK
cmyk(66%, 17%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C6F7
2#14BDF5
3#09A9DF
4#0891BF
5#07799F
6#05617F
7#04495F
8#033040
9#011820
Tints
Lighter variations
1#65D4F9
2#76D8F9
3#87DDFA
4#98E2FB
5#A9E7FB
6#BAECFC
7#CCF1FD
8#DDF5FE
9#EEFAFE
Tones
Muted variations
1#5CCBF0
2#64C7E7
3#6CC2DF
4#74BED7
5#7DBACF
6#85B6C7
7#8DB2BE
8#95AEB6
9#9EAAAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFED #BFEDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDF #8EDFFA | BordersInactive statesPlaceholder text |
| 400 | 54CF #54CFF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23C1 #23C1F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09A4 #09A4D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0782 #0782AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 055D #055D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 033C #033C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF5FE;
--sky-blue-200: #BFEDFC;
--sky-blue-300: #8EDFFA;
--sky-blue-400: #54CFF8;
--sky-blue-500: #23C1F6;
--sky-blue-600: #09A4D7;
--sky-blue-700: #0782AB;
--sky-blue-800: #055D7A;
--sky-blue-900: #033C4E;
--sky-blue-950: #022531;
}