Sky Blue
#6CB5E0
BlueColor Codes
All color formats for development
HEX
#6CB5E0RGB
rgb(108, 181, 224)HSL
hsl(202, 65%, 65%)OKLCH
oklch(0.742 0.096 235.9)CMYK
cmyk(52%, 19%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50A8DA
2#359AD4
3#2988BF
4#2375A4
5#1D6189
6#174E6D
7#113A52
8#0C2737
9#06131B
Tints
Lighter variations
1#7ABDE3
2#89C4E6
3#98CBE9
4#A7D3EC
5#B5DAEF
6#C4E1F3
7#D3E9F6
8#E2F0F9
9#F0F8FC
Tones
Muted variations
1#72B4DA
2#77B2D4
3#7DB1CE
4#83AFC9
5#89ADC3
6#8FACBD
7#94AAB7
8#9AA9B1
9#A0A7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E4 #C8E4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECF #9ECFEA | BordersInactive statesPlaceholder text |
| 400 | 6CB5 #6CB5E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42A0 #42A0D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2784 #2784B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F69 #1F6993 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164B #164B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E30 #0E3043 | Primary textHigh emphasis contentDark headings |
| 950 | 091E #091E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FC;
--sky-blue-100: #E2F0F9;
--sky-blue-200: #C8E4F3;
--sky-blue-300: #9ECFEA;
--sky-blue-400: #6CB5E0;
--sky-blue-500: #42A0D7;
--sky-blue-600: #2784B9;
--sky-blue-700: #1F6993;
--sky-blue-800: #164B69;
--sky-blue-900: #0E3043;
--sky-blue-950: #091E2A;
}