Sky Blue
#6EBEDE
BlueColor Codes
All color formats for development
HEX
#6EBEDERGB
rgb(110, 190, 222)HSL
hsl(197, 63%, 65%)OKLCH
oklch(0.762 0.091 225.9)CMYK
cmyk(50%, 14%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53B2D8
2#37A6D2
3#2B94BD
4#257FA2
5#1F6987
6#19546C
7#123F51
8#0C2A36
9#06151B
Tints
Lighter variations
1#7CC5E1
2#8BCBE5
3#99D2E8
4#A8D8EB
5#B6DFEE
6#C5E5F2
7#D3ECF5
8#E2F2F8
9#F0F9FC
Tones
Muted variations
1#73BCD8
2#79B9D3
3#7EB7CD
4#84B4C7
5#8AB2C2
6#8FAFBC
7#95ADB7
8#9BABB1
9#A0A8AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E7 #C9E7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD4 #9FD4E9 | BordersInactive statesPlaceholder text |
| 400 | 6EBE #6EBEDE | Disabled statesSecondary iconsMuted text |
| 500 | 44AC #44ACD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A8F #2A8FB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2172 #217291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1851 #185168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F34 #0F3443 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E2F2F8;
--sky-blue-200: #C9E7F3;
--sky-blue-300: #9FD4E9;
--sky-blue-400: #6EBEDE;
--sky-blue-500: #44ACD5;
--sky-blue-600: #2A8FB7;
--sky-blue-700: #217291;
--sky-blue-800: #185168;
--sky-blue-900: #0F3443;
--sky-blue-950: #09202A;
}