Sky Blue
#54C9F8
BlueColor Codes
All color formats for development
HEX
#54C9F8RGB
rgb(84, 201, 248)HSL
hsl(197, 92%, 65%)OKLCH
oklch(0.788 0.123 228.1)CMYK
cmyk(66%, 19%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34BFF7
2#14B5F5
3#09A2DF
4#088BBF
5#07749F
6#055D7F
7#04465F
8#032E40
9#011720
Tints
Lighter variations
1#65CFF9
2#76D4F9
3#87D9FA
4#98DFFB
5#A9E4FB
6#BAEAFC
7#CCEFFD
8#DDF4FE
9#EEFAFE
Tones
Muted variations
1#5CC6F0
2#64C2E7
3#6CBFDF
4#74BBD7
5#7DB8CF
6#85B4C7
7#8DB0BE
8#95ADB6
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 | BFEB #BFEBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDC #8EDCFA | BordersInactive statesPlaceholder text |
| 400 | 54C9 #54C9F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23BA #23BAF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 099D #099DD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 077D #077DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0559 #05597A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0339 #03394E | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | 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: #BFEBFC;
--sky-blue-300: #8EDCFA;
--sky-blue-400: #54C9F8;
--sky-blue-500: #23BAF6;
--sky-blue-600: #099DD7;
--sky-blue-700: #077DAB;
--sky-blue-800: #05597A;
--sky-blue-900: #03394E;
--sky-blue-950: #022431;
}