Sky Blue
#5EAFED
BlueColor Codes
All color formats for development
HEX
#5EAFEDRGB
rgb(94, 175, 237)HSL
hsl(206, 80%, 65%)OKLCH
oklch(0.728 0.121 243.7)CMYK
cmyk(60%, 26%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41A0EA
2#2392E7
3#1780D1
4#146EB3
5#115C95
6#0D4977
7#0A375A
8#07253C
9#03121E
Tints
Lighter variations
1#6EB7EF
2#7EBFF1
3#8FC7F3
4#9FCFF4
5#AFD7F6
6#BFDFF8
7#CFE7FA
8#DFEFFB
9#EFF7FD
Tones
Muted variations
1#65AEE6
2#6DADDF
3#74ACD8
4#7BABD1
5#82ABC9
6#89AAC2
7#90A9BB
8#97A8B4
9#9FA7AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CB #95CBF3 | BordersInactive statesPlaceholder text |
| 400 | 5EAF #5EAFED | Disabled statesSecondary iconsMuted text |
| 500 | 3098 #3098E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 167C #167CCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1263 #1263A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D47 #0D4773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082D #082D49 | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEFFB;
--sky-blue-200: #C3E1F8;
--sky-blue-300: #95CBF3;
--sky-blue-400: #5EAFED;
--sky-blue-500: #3098E8;
--sky-blue-600: #167CCA;
--sky-blue-700: #1263A1;
--sky-blue-800: #0D4773;
--sky-blue-900: #082D49;
--sky-blue-950: #051C2E;
}