Sky Blue
#6BB3E1
BlueColor Codes
All color formats for development
HEX
#6BB3E1RGB
rgb(107, 179, 225)HSL
hsl(203, 66%, 65%)OKLCH
oklch(0.737 0.099 238.1)CMYK
cmyk(52%, 20%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FA5DB
2#3497D5
3#2786C1
4#2273A5
5#1C608A
6#174D6E
7#113953
8#0B2637
9#06131C
Tints
Lighter variations
1#7ABBE4
2#88C3E7
3#97CAEA
4#A6D2ED
5#B5D9F0
6#C4E1F3
7#D3E8F6
8#E1F0F9
9#F0F7FC
Tones
Muted variations
1#71B2DB
2#77B1D5
3#7DAFCF
4#82AEC9
5#88ADC3
6#8EABBD
7#94AAB7
8#9AA8B2
9#A0A7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E3 #C8E3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECD #9ECDEB | BordersInactive statesPlaceholder text |
| 400 | 6BB3 #6BB3E1 | Disabled statesSecondary iconsMuted text |
| 500 | 419E #419ED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2681 #2681BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E67 #1E6794 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164A #164A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2F #0E2F44 | Primary textHigh emphasis contentDark headings |
| 950 | 091D #091D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FC;
--sky-blue-100: #E1F0F9;
--sky-blue-200: #C8E3F4;
--sky-blue-300: #9ECDEB;
--sky-blue-400: #6BB3E1;
--sky-blue-500: #419ED8;
--sky-blue-600: #2681BA;
--sky-blue-700: #1E6794;
--sky-blue-800: #164A6A;
--sky-blue-900: #0E2F44;
--sky-blue-950: #091D2A;
}