Sky Blue
#5DC3EF
BlueColor Codes
All color formats for development
HEX
#5DC3EFRGB
rgb(93, 195, 239)HSL
hsl(198, 82%, 65%)OKLCH
oklch(0.774 0.113 229.1)CMYK
cmyk(61%, 18%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EB8EC
2#20ADE9
3#159AD3
4#1284B5
5#0F6E97
6#0C5879
7#09425A
8#062C3C
9#03161E
Tints
Lighter variations
1#6DC9F1
2#7DCFF2
3#8DD5F4
4#9EDBF5
5#AEE1F7
6#BEE7F9
7#CEEDFA
8#DFF3FC
9#EFF9FD
Tones
Muted variations
1#64C0E8
2#6BBDE0
3#73BAD9
4#7AB7D2
5#81B4CA
6#88B1C3
7#90AFBC
8#97ACB4
9#9EA9AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E9 #C3E9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D8 #94D8F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC3 #5DC3EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EB2 #2EB2EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1495 #1495CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1077 #1077A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B55 #0B5574 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0736 #07364A | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DFF3FC;
--sky-blue-200: #C3E9F9;
--sky-blue-300: #94D8F4;
--sky-blue-400: #5DC3EF;
--sky-blue-500: #2EB2EA;
--sky-blue-600: #1495CC;
--sky-blue-700: #1077A2;
--sky-blue-800: #0B5574;
--sky-blue-900: #07364A;
--sky-blue-950: #05222E;
}