Sky Blue
#6FADDC
BlueColor Codes
All color formats for development
HEX
#6FADDCRGB
rgb(111, 173, 220)HSL
hsl(206, 61%, 65%)OKLCH
oklch(0.724 0.094 242.4)CMYK
cmyk(50%, 21%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#559ED6
2#3A8FCF
3#2D7DBB
4#276CA0
5#205A85
6#1A486B
7#133650
8#0D2435
9#06121B
Tints
Lighter variations
1#7EB5E0
2#8CBDE3
3#9AC6E7
4#A9CEEA
5#B7D6EE
6#C6DEF1
7#D4E6F5
8#E2EFF8
9#F1F7FC
Tones
Muted variations
1#75ACD7
2#7AACD1
3#80ABCC
4#85AAC6
5#8BA9C1
6#90A9BC
7#95A8B6
8#9BA7B1
9#A0A6AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE1 #CAE1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C9 #A1C9E8 | BordersInactive statesPlaceholder text |
| 400 | 6FAD #6FADDC | Disabled statesSecondary iconsMuted text |
| 500 | 4696 #4696D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C79 #2C79B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2361 #236190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1945 #194567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102C #102C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E2EFF8;
--sky-blue-200: #CAE1F2;
--sky-blue-300: #A1C9E8;
--sky-blue-400: #6FADDC;
--sky-blue-500: #4696D2;
--sky-blue-600: #2C79B5;
--sky-blue-700: #236190;
--sky-blue-800: #194567;
--sky-blue-900: #102C42;
--sky-blue-950: #0A1C29;
}