Sky Blue
#6CA4E0
BlueColor Codes
All color formats for development
HEX
#6CA4E0RGB
rgb(108, 164, 224)HSL
hsl(211, 65%, 65%)OKLCH
oklch(0.704 0.106 251.1)CMYK
cmyk(52%, 27%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5093DA
2#3582D4
3#2972BF
4#2361A4
5#1D5189
6#17416D
7#113152
8#0C2037
9#06101B
Tints
Lighter variations
1#7AADE3
2#89B6E6
3#98BFE9
4#A7C8EC
5#B5D1EF
6#C4DBF3
7#D3E4F6
8#E2EDF9
9#F0F6FC
Tones
Muted variations
1#72A4DA
2#77A4D4
3#7DA4CE
4#83A5C9
5#89A5C3
6#8FA5BD
7#94A5B7
8#9AA5B1
9#A0A6AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DD #C8DDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC3 #9EC3EA | BordersInactive statesPlaceholder text |
| 400 | 6CA4 #6CA4E0 | Disabled statesSecondary iconsMuted text |
| 500 | 428A #428AD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 276E #276EB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F57 #1F5793 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 163E #163E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E28 #0E2843 | Primary textHigh emphasis contentDark headings |
| 950 | 0919 #09192A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FC;
--sky-blue-100: #E2EDF9;
--sky-blue-200: #C8DDF3;
--sky-blue-300: #9EC3EA;
--sky-blue-400: #6CA4E0;
--sky-blue-500: #428AD7;
--sky-blue-600: #276EB9;
--sky-blue-700: #1F5793;
--sky-blue-800: #163E69;
--sky-blue-900: #0E2843;
--sky-blue-950: #09192A;
}