TARGETROOT
AI ToolsToolsBlog
ToolsColor ToolsColor Codes for Developers

Color Codes for Developers

100% Client-Side Privacy

Get any color as ready-to-paste code — CSS, Swift, Kotlin, Flutter, Tailwind, React, byte orders, ANSI escapes, IRC and more.

FreeInstantPrivate
Loading tool workspace...

Quick Features

  • Snippets for CSS, Swift, Kotlin, Flutter, Tailwind, React
  • Byte orders: RGBA, ARGB, ABGR, RGB, BGR, 0x variants
  • ANSI true-color escape and xterm-256 index
  • IRC color code
  • Nearest CSS color name
  • Copy all code or download a .txt file
  • 100% client-side

How to use Color Codes for Developers

1

Enter a color

Type any hex or rgb() value.

2

Browse the snippets

See ready-to-paste code for the most popular platforms and formats.

3

Copy or download

Copy individual snippets, copy all code, or download a .txt cheat sheet.

Why choose this tool

  • Completely free — no signup or hidden limits
  • Runs 100% in your browser — your data stays private
  • Instant results, no downloads or installs
  • Works on any device with a modern browser

Common Use Cases

  • Paste exact brand colors into iOS, Android or Flutter apps
  • Use a color in a terminal app or CLI theme
  • Generate Tailwind arbitrary-value classes
  • Find the standard CSS name for a hex value

Technical Details

Targets: CSS, Swift, Kotlin, Flutter, Tailwind, React
Encodings: Byte orders, ANSI truecolor, xterm-256, IRC, base64 PNG
Processing: 100% client-side
#color codes#hex color code#swift uicolor#flutter color#tailwind color#css color code#android color#color to code#color tools minecraft#color coded tools

Frequently Asked Questions

How do I use a color in Flutter?

Copy the Flutter snippet — it produces Color(0xFFAARRGGBB), ready to paste into your widget code.

What is a byte order?

The order channels are packed into an integer. Android uses ARGB, web often uses RGBA — the byte-order cards show all the common variants.

What is an ANSI color code?

Terminal escape sequences that colorize CLI output. The tool gives you the true-color escape plus the closest xterm-256 index.

Explore Related Tools & Guides

Free Tool

Color Converter

Free online color converter — convert HEX, RGB, HSL, HSV, CMYK, XYZ, LAB and more instantly with liv

Free Tool

HEX to RGB Converter

Convert HEX to RGB color values instantly. Free online HEX to RGB converter with live preview, copy

Free Tool

RGB to HEX Converter

Convert RGB to HEX color values instantly. Free online RGB to HEX converter with live preview, copy

Free Tool

HEX to HSL Converter

Convert HEX to HSL color values instantly. Free online HEX to HSL converter with live preview, copy

Free Tool

HSL to HEX Converter

Convert HSL to HEX color values instantly. Free online HSL to HEX converter with live preview, copy

Free Tool

RGB to HSL Converter

Convert RGB to HSL color values instantly. Free online RGB to HSL converter with live preview, copy

Free Tool

HSL to RGB Converter

Convert HSL to RGB color values instantly. Free online HSL to RGB converter with live preview, copy

Free Tool

HEX to HSV Converter

Convert HEX to HSV color values instantly. Free online HEX to HSV converter with live preview, copy

Related Tools

View All
color

Color Converter

Free online color converter — convert HEX, RGB, HSL, HSV, CMYK, XYZ, LAB and more instantly with live preview and batch mode.

Free Tool
color

HEX to RGB Converter

Convert HEX to RGB color values instantly. Free online HEX to RGB converter with live preview, copy buttons, and batch support.

Free Tool
color

RGB to HEX Converter

Convert RGB to HEX color values instantly. Free online RGB to HEX converter with live preview, copy buttons, and batch support.

Free Tool
color

HEX to HSL Converter

Convert HEX to HSL color values instantly. Free online HEX to HSL converter with live preview, copy buttons, and batch support.

Free Tool

Related Articles

View All
WCAG Color Contrast Guide for Designers: Pass AA & AAA Standards — color blog post thumbnail
Sep 15, 20266 min read

WCAG Color Contrast Guide for Designers: Pass AA & AAA Standards

Master web accessibility with our complete WCAG color contrast guide. Learn contrast ratios, pass AA/AAA standards, and ensure readable designs.

Read Article
How to Convert CSV to JSON Online: Free, Instant & Type-Safe Guide — data blog post thumbnail
Sep 15, 20265 min read

How to Convert CSV to JSON Online: Free, Instant & Type-Safe Guide

Convert CSV rows and spreadsheets into beautifully formatted JSON arrays in real-time. Zero server uploads, auto type detection.

Read Article
How to Convert JSON to CSV Online: The Ultimate Free & Private Guide — data blog post thumbnail
Sep 15, 20266 min read

How to Convert JSON to CSV Online: The Ultimate Free & Private Guide

Turn complex JSON data, arrays, and API responses into clean CSV spreadsheets in seconds. 100% private in-browser conversion.

Read Article
TARGETROOT

Free online web tools and AI tools directory. Client-side processing, no sign-up required. Your data stays private.

Platform

  • Tools
  • AI Tools
  • Blog

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

Quick Access

  • JSON Formatter
  • Image Compressor
  • JSON to XLSX
  • QR Code Generator

© 2026 TARGETROOT. All rights reserved.

Built for privacy-first web tools

Color codes for developers

#92140c

Nearest name: crimson red

CSS
background-color: #92140c;
Swift
UIColor(red: 0.5725, green: 0.0784, blue: 0.0471, alpha: 1.0000)
Kotlin
Color(146, 20, 12, 255)
Flutter
Color(0xFF92140C)
Tailwind CSS
bg-[#92140c]
React / Inline
style={{ backgroundColor: '#92140c', color: 'hsl(4, 85%, 31%)' }}

Byte orders & encoding

RGBA

#92140cff

ARGB

#ff92140c

BGRA

#0c1492ff

ABGR

#ff0c1492

Base64 PNG pixel

khQM/w==

ANSI true-color escape



xterm-256 index

256-color #88

IRC color code

05 (IRL: crimson red)

Nearest CSS name

crimson red