Sky Blue
#5EC5ED
BlueColor Codes
All color formats for development
HEX
#5EC5EDRGB
rgb(94, 197, 237)HSL
hsl(197, 80%, 65%)OKLCH
oklch(0.778 0.111 226.4)CMYK
cmyk(60%, 17%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41BAEA
2#23AFE7
3#179CD1
4#1486B3
5#117095
6#0D5977
7#0A435A
8#072D3C
9#03161E
Tints
Lighter variations
1#6ECBEF
2#7ED0F1
3#8FD6F3
4#9FDCF4
5#AFE2F6
6#BFE8F8
7#CFEEFA
8#DFF3FB
9#EFF9FD
Tones
Muted variations
1#65C2E6
2#6DBFDF
3#74BBD8
4#7BB8D1
5#82B5C9
6#89B2C2
7#90AFBB
8#97ACB4
9#9FA9AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E9 #C3E9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D9 #95D9F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC5 #5EC5ED | Disabled statesSecondary iconsMuted text |
| 500 | 30B4 #30B4E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1697 #1697CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1278 #1278A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D56 #0D5673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0837 #083749 | 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: #F1FAFD;
--sky-blue-100: #DFF3FB;
--sky-blue-200: #C3E9F8;
--sky-blue-300: #95D9F3;
--sky-blue-400: #5EC5ED;
--sky-blue-500: #30B4E8;
--sky-blue-600: #1697CA;
--sky-blue-700: #1278A1;
--sky-blue-800: #0D5673;
--sky-blue-900: #083749;
--sky-blue-950: #05222E;
}