Sky Blue
#6CAFE0
BlueColor Codes
All color formats for development
HEX
#6CAFE0RGB
rgb(108, 175, 224)HSL
hsl(205, 65%, 65%)OKLCH
oklch(0.729 0.099 241.6)CMYK
cmyk(52%, 22%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50A1DA
2#3592D4
3#2981BF
4#236EA4
5#1D5C89
6#17496D
7#113752
8#0C2537
9#06121B
Tints
Lighter variations
1#7AB7E3
2#89BFE6
3#98C7E9
4#A7CFEC
5#B5D7EF
6#C4DFF3
7#D3E7F6
8#E2EFF9
9#F0F7FC
Tones
Muted variations
1#72AEDA
2#77ADD4
3#7DADCE
4#83ACC9
5#89ABC3
6#8FAABD
7#94A9B7
8#9AA8B1
9#A0A7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E1 #C8E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECB #9ECBEA | BordersInactive statesPlaceholder text |
| 400 | 6CAF #6CAFE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4299 #4299D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 277C #277CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F63 #1F6393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1647 #164769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2D #0E2D43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FC;
--sky-blue-100: #E2EFF9;
--sky-blue-200: #C8E1F3;
--sky-blue-300: #9ECBEA;
--sky-blue-400: #6CAFE0;
--sky-blue-500: #4299D7;
--sky-blue-600: #277CB9;
--sky-blue-700: #1F6393;
--sky-blue-800: #164769;
--sky-blue-900: #0E2D43;
--sky-blue-950: #091C2A;
}