Sky Blue
#6EBADE
BlueColor Codes
All color formats for development
HEX
#6EBADERGB
rgb(110, 186, 222)HSL
hsl(199, 63%, 65%)OKLCH
oklch(0.753 0.092 230.1)CMYK
cmyk(50%, 16%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53AED8
2#37A1D2
3#2B8FBD
4#257AA2
5#1F6687
6#19526C
7#123D51
8#0C2936
9#06141B
Tints
Lighter variations
1#7CC1E1
2#8BC8E5
3#99CFE8
4#A8D6EB
5#B6DDEE
6#C5E4F2
7#D3EAF5
8#E2F1F8
9#F0F8FC
Tones
Muted variations
1#73B8D8
2#79B6D3
3#7EB4CD
4#84B2C7
5#8AB0C2
6#8FAEBC
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 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E6 #C9E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD2 #9FD2E9 | BordersInactive statesPlaceholder text |
| 400 | 6EBA #6EBADE | Disabled statesSecondary iconsMuted text |
| 500 | 44A7 #44A7D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A8A #2A8AB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 216E #216E91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 184E #184E68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F32 #0F3243 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E2F1F8;
--sky-blue-200: #C9E6F3;
--sky-blue-300: #9FD2E9;
--sky-blue-400: #6EBADE;
--sky-blue-500: #44A7D5;
--sky-blue-600: #2A8AB7;
--sky-blue-700: #216E91;
--sky-blue-800: #184E68;
--sky-blue-900: #0F3243;
--sky-blue-950: #091F2A;
}