Sky Blue
#6F99DC
BlueColor Codes
All color formats for development
HEX
#6F99DCRGB
rgb(111, 153, 220)HSL
hsl(217, 61%, 65%)OKLCH
oklch(0.68 0.11 259.5)CMYK
cmyk(50%, 30%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5586D6
2#3A73CF
3#2D64BB
4#2755A0
5#204785
6#1A396B
7#132B50
8#0D1C35
9#060E1B
Tints
Lighter variations
1#7EA3E0
2#8CADE3
3#9AB8E7
4#A9C2EA
5#B7CCEE
6#C6D6F1
7#D4E0F5
8#E2EBF8
9#F1F5FC
Tones
Muted variations
1#759AD7
2#7A9CD1
3#809DCC
4#859EC6
5#8B9FC1
6#90A1BC
7#95A2B6
8#9BA3B1
9#A0A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD9 #CAD9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BC #A1BCE8 | BordersInactive statesPlaceholder text |
| 400 | 6F99 #6F99DC | Disabled statesSecondary iconsMuted text |
| 500 | 467C #467CD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C60 #2C60B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 234D #234D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1937 #193767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1023 #102342 | Primary textHigh emphasis contentDark headings |
| 950 | 0A16 #0A1629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FC;
--sky-blue-100: #E2EBF8;
--sky-blue-200: #CAD9F2;
--sky-blue-300: #A1BCE8;
--sky-blue-400: #6F99DC;
--sky-blue-500: #467CD2;
--sky-blue-600: #2C60B5;
--sky-blue-700: #234D90;
--sky-blue-800: #193767;
--sky-blue-900: #102342;
--sky-blue-950: #0A1629;
}