Sky Blue
#6EBCDE
BlueColor Codes
All color formats for development
HEX
#6EBCDERGB
rgb(110, 188, 222)HSL
hsl(198, 63%, 65%)OKLCH
oklch(0.758 0.091 228)CMYK
cmyk(50%, 15%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53B0D8
2#37A3D2
3#2B91BD
4#257DA2
5#1F6887
6#19536C
7#123E51
8#0C2A36
9#06151B
Tints
Lighter variations
1#7CC3E1
2#8BCAE5
3#99D0E8
4#A8D7EB
5#B6DEEE
6#C5E4F2
7#D3EBF5
8#E2F2F8
9#F0F8FC
Tones
Muted variations
1#73BAD8
2#79B8D3
3#7EB5CD
4#84B3C7
5#8AB1C2
6#8FAFBC
7#95ACB7
8#9BAAB1
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 | C9E6 #C9E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD3 #9FD3E9 | BordersInactive statesPlaceholder text |
| 400 | 6EBC #6EBCDE | Disabled statesSecondary iconsMuted text |
| 500 | 44A9 #44A9D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A8C #2A8CB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2170 #217091 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1850 #185068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F33 #0F3343 | 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: #C9E6F3;
--sky-blue-300: #9FD3E9;
--sky-blue-400: #6EBCDE;
--sky-blue-500: #44A9D5;
--sky-blue-600: #2A8CB7;
--sky-blue-700: #217091;
--sky-blue-800: #185068;
--sky-blue-900: #0F3343;
--sky-blue-950: #09202A;
}