Sky Blue
#5EC9ED
BlueColor Codes
All color formats for development
HEX
#5EC9EDRGB
rgb(94, 201, 237)HSL
hsl(195, 80%, 65%)OKLCH
oklch(0.787 0.11 223)CMYK
cmyk(60%, 15%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41C0EA
2#23B6E7
3#17A2D1
4#148BB3
5#117495
6#0D5D77
7#0A465A
8#072E3C
9#03171E
Tints
Lighter variations
1#6ECFEF
2#7ED4F1
3#8FDAF3
4#9FDFF4
5#AFE4F6
6#BFEAF8
7#CFEFFA
8#DFF4FB
9#EFFAFD
Tones
Muted variations
1#65C6E6
2#6DC2DF
3#74BFD8
4#7BBBD1
5#82B8C9
6#89B4C2
7#90B0BB
8#97ADB4
9#9FA9AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EB #C3EBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DC #95DCF3 | BordersInactive statesPlaceholder text |
| 400 | 5EC9 #5EC9ED | Disabled statesSecondary iconsMuted text |
| 500 | 30BA #30BAE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 169D #169DCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 127D #127DA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D59 #0D5973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0839 #083949 | Primary textHigh emphasis contentDark headings |
| 950 | 0524 #05242E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF4FB;
--sky-blue-200: #C3EBF8;
--sky-blue-300: #95DCF3;
--sky-blue-400: #5EC9ED;
--sky-blue-500: #30BAE8;
--sky-blue-600: #169DCA;
--sky-blue-700: #127DA1;
--sky-blue-800: #0D5973;
--sky-blue-900: #083949;
--sky-blue-950: #05242E;
}