Sky Blue
#54C7F8
BlueColor Codes
All color formats for development
HEX
#54C7F8RGB
rgb(84, 199, 248)HSL
hsl(198, 92%, 65%)OKLCH
oklch(0.784 0.124 229.5)CMYK
cmyk(66%, 20%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34BCF7
2#14B2F5
3#099FDF
4#0888BF
5#07719F
6#055B7F
7#04445F
8#032D40
9#011720
Tints
Lighter variations
1#65CCF9
2#76D2F9
3#87D8FA
4#98DDFB
5#A9E3FB
6#BAE8FC
7#CCEEFD
8#DDF4FE
9#EEF9FE
Tones
Muted variations
1#5CC3F0
2#64C0E7
3#6CBDDF
4#74B9D7
5#7DB6CF
6#85B3C7
7#8DB0BE
8#95ACB6
9#9EA9AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEA #BFEAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDA #8EDAFA | BordersInactive statesPlaceholder text |
| 400 | 54C7 #54C7F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23B6 #23B6F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0999 #0999D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 077A #077AAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0557 #05577A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0338 #03384E | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF4FE;
--sky-blue-200: #BFEAFC;
--sky-blue-300: #8EDAFA;
--sky-blue-400: #54C7F8;
--sky-blue-500: #23B6F6;
--sky-blue-600: #0999D7;
--sky-blue-700: #077AAB;
--sky-blue-800: #05577A;
--sky-blue-900: #03384E;
--sky-blue-950: #022331;
}